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
Branches
No related tags found
No related merge requests found
...@@ -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.
Please register or to comment