Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Issue #130: disabled CI builds for tags, for testing tag pushes to Gi…
Browse files Browse the repository at this point in the history
…tHub
  • Loading branch information
Dzhoshkun Ismail Shakir committed Aug 30, 2017
1 parent a76d4ea commit 22251eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ testjob:
- master
- dev
- dev-staging
- tags
script:
# !!kill coverage in case of hanging processes
- if pgrep coverage; then pkill -f coverage; fi
Expand Down Expand Up @@ -98,7 +97,6 @@ pip-installer:
- master
- dev
- dev-staging
- tags
script:
# source utils
- source ci/utils.sh
Expand Down Expand Up @@ -190,8 +188,10 @@ pip-installer:

pip-camera-ready:
stage: pip_publish
only:
except:
- tags
- 130-create-a-mirror-of-the-code-on-github
- 130-create-a-mirror-of-the-code-on-github-bash-or-test
script:
# Copy wheel created in previous stage to a specific location on GIFT-Adelie
- export niftynet_dir=$(pwd)
Expand Down

0 comments on commit 22251eb

Please sign in to comment.