8 lines
172 B
YAML
8 lines
172 B
YAML
|
|
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
|