Tut01 test exercise
Compare changes
- Yana Kernerman authored
+ 14
− 15
@@ -5,48 +5,47 @@ stages:
@@ -5,48 +5,47 @@ stages:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main" # Run this job only for merge request event into main
- go build -o ./artifact.bin ./*.go # Builds the Go application and outputs a binary named artifact.bin
paths: # Specifies the paths to the files that are to be saved as artifacts after the job has been completed.
- if: $CI_PIPELINE_SOURCE == "push" && $CI_MERGE_COMMIT_REF_NAME =~ /main/ # Run this job only for merge request event into main.