Skip to content
Snippets Groups Projects
Commit 59283ab9 authored by Yana Kernerman's avatar Yana Kernerman
Browse files

Merge branch 'tut01' into 'main'

Tut01 test exercise

See merge request !6
parents 718984bc ed511218
Branches dev
No related tags found
1 merge request!6Tut01 test exercise
Pipeline #69709 passed
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: always
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "main"
when: always
- when: never
stages:
- test
- build
......@@ -15,7 +23,8 @@ job_test_the_code:
job_build_artifact:
stage: build
rules:
- when: always
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_REF_NAME =~ /main/
when: always
image: registry.hub.docker.com/library/golang:1.21
script:
- go get -t ./...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment