Skip to content

Commit

Permalink
Now really repair after deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
sven1103 authored Nov 21, 2018
1 parent 07a563d commit d51fa6f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ deploy:
python: '3.6'

# Sync pipelines with possible nf-core template changes
after_deploy: bash ${TRAVIS_BUILD_DIR}/bin/sync
on:
tags: true
after_deploy:
if [ -n "${TRAVIS_TAG}" ]; then
bash ${TRAVIS_BUILD_DIR}/bin/syn
fi

0 comments on commit d51fa6f

Please sign in to comment.