Update .gitlab-ci.yml file
This commit is contained in:
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…
Reference in New Issue
Block a user