Update .gitlab-ci.yml file

kf7eel
Simon 4 years ago
parent e07f3fc4e1
commit 00761187e7

@ -20,6 +20,8 @@ stages: # List of stages for jobs, and their order of execution
build-job: # This job runs in the build stage, which runs first.
stage: build
tags:
- buildx
script:
- echo "Compiling the code..."
- cd docker-configs

Loading…
Cancel
Save

Powered by TurnKey Linux.