Browse Source

Working on CI tag/branch pushing, syncing, deployment issue.

Thorsten Eckel 8 years ago
parent
commit
8040e093d9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      script/build/deploy_archives.sh

+ 2 - 2
script/build/deploy_archives.sh

@@ -2,8 +2,8 @@
 
 set -ex
 
-if ! echo $CI_BUILD_REF_NAME | grep stable-; then
-  echo 'deploy archives only for stable branches'
+if [ "$CI_BUILD_REF_NAME" != "$CI_BUILD_TAG" ]; then
+  echo 'deploy archives only for tag releases'
   exit 0
 fi