Skip to content
Snippets Groups Projects

Tut01

Closed Yana Kernerman requested to merge s92604/devops-webservice:tut01 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -35,7 +35,7 @@ job_build_artifact:
@@ -35,7 +35,7 @@ job_build_artifact:
job_publish_artifact:
job_publish_artifact:
stage: publish
stage: publish
rules: # Conditions under which this job should run
rules: # Conditions under which this job should run
- if: $CI_COMMIT_REF_NAME =~ /^.*$/ # Run this job for any branch or merge request event.
- if: $CI_COMMIT_TAG # only for tags
when: always
when: always
image: curlimages/curl:latest # Custom image with curl
image: curlimages/curl:latest # Custom image with curl
tags:
tags:
Loading