Skip to content
Snippets Groups Projects
Commit 2e668a65 authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Add workflow to avoid launching pipeline for MRs

parent 7a9cf74a
No related branches found
No related tags found
1 merge request!61Add workflow to avoid launching pipeline for MRs
Pipeline #48232 passed
...@@ -12,6 +12,11 @@ stages: ...@@ -12,6 +12,11 @@ stages:
- build - build
- postcheck - postcheck
workflow:
rules:
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH
before_script: before_script:
- apk add --update bash coreutils tar wget - apk add --update bash coreutils tar wget
- docker login tecnalia-docker-dev.artifact.tecnalia.com -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN} - docker login tecnalia-docker-dev.artifact.tecnalia.com -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
......
...@@ -12,6 +12,11 @@ stages: ...@@ -12,6 +12,11 @@ stages:
- build - build
- postcheck - postcheck
workflow:
rules:
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH
before_script: before_script:
- apk add --update bash coreutils tar wget - apk add --update bash coreutils tar wget
- docker login tecnalia-docker-dev.artifact.tecnalia.com -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN} - 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.
Finish editing this message first!
Please register or to comment