Skip to content
Snippets Groups Projects
Commit 2b2a1732 authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Merge branch 'use-workflow-template' into 'master'

Add workflow to avoid launching pipeline for MRs

See merge request !61
parents 7a9cf74a 2e668a65
Branches
No related tags found
1 merge request!61Add workflow to avoid launching pipeline for MRs
Pipeline #55476 failed
......@@ -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}
......
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment