Tut01 test exercise
Compare changes
- Yana Kernerman authored
+ 29
− 23
@@ -13,16 +13,16 @@ stages:
@@ -13,16 +13,16 @@ stages:
image: registry.hub.docker.com/library/golang:1.21 # Official Docker image provided by Go. It contains pre-configured environment for building and running Go applications.
# - if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main" # Run this job only for merge request event into main.
@@ -32,23 +32,29 @@ job_build_artifact:
@@ -32,23 +32,29 @@ job_build_artifact:
# - if: $CI_PIPELINE_SOURCE == "push" && $CI_MERGE_COMMIT_REF_NAME =~ /main/ # Run this job only for merge request event into main.