Update .gitlab-ci.yml file
This commit is contained in:
parent
f18877409d
commit
79618faf8f
@ -20,12 +20,12 @@ stages: # List of stages for jobs, and their order of execution
|
|||||||
- build
|
- build
|
||||||
|
|
||||||
|
|
||||||
#build-job: # This job runs in the build stage, which runs first.
|
build-job: # This job runs in the build stage, which runs first.
|
||||||
# stage: build
|
stage: build
|
||||||
# script:
|
script:
|
||||||
# - echo "Compiling the code..."
|
- echo "Compiling the code..."
|
||||||
# - go build
|
- go build
|
||||||
# - echo "Compile complete."
|
- echo "Compile complete."
|
||||||
|
|
||||||
#unit-test-job: # This job runs in the test stage.
|
#unit-test-job: # This job runs in the test stage.
|
||||||
# stage: test # It only starts when the job in the build stage completes successfully.
|
# stage: test # It only starts when the job in the build stage completes successfully.
|
||||||
|
Loading…
Reference in New Issue
Block a user