dockers/.gitlab-ci.yml
2022-05-13 23:07:44 -07:00

12 lines
136 B
YAML

stages:
- build
dummy:
stage: build
image: alpine:latest
script:
- echo $env_var
- echo $env_file
- cat $env_file