Skip to content
Snippets Groups Projects

Add workflow to avoid launching pipeline for MRs

Merged Jon Azpiazu requested to merge use-workflow-template into master
2 files
+ 10
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -12,6 +12,11 @@ stages:
- build
- postcheck
workflow:
rules:
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH
before_script:
- apk add --update bash coreutils tar wget
- docker login tecnalia-docker-dev.artifact.tecnalia.com -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
Loading