This commit is contained in:
Tyrel Souza 2021-07-09 20:48:05 +00:00
parent 9687aad023
commit 93a0fd8f96

View File

@ -0,0 +1,7 @@
terminal:
# This can be any image that has the necessary runtime environment for your project.
image: golang:1.16
before_script:
- apk update
script: sleep 60