File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ variables:
5858 echo "GLIBC version: $GLIBC_VERSION"
5959 echo "GLIBCXX versions: $GLIBCXX_VERSIONS"
6060
61- tarball suse-15 :
61+ # Temporarily disabled job
62+ .tarball suse-15 :
6263 extends : .tarball
6364 image : opensuse/leap:15
6465 cache :
@@ -80,7 +81,6 @@ tarball suse-15:
8081 - zypper install -y libffi-devel
8182 # show GLIBC verison
8283 - *show-glibc-version
83- when : manual
8484
8585tarball suse-42.1 :
8686 extends : .tarball
@@ -144,15 +144,14 @@ tarball ubuntu-16.04:
144144 - ' [[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
145145 script :
146146 - ssh-add <(echo "$CD_PRIVATE_KEY")
147- - ' BRANCH_SUFFIX=${CI_COMMIT_REF_SLUG#"release-"}'
148- - ' BRANCH_SUFFIX=${BRANCH_SUFFIX#"feature-"}'
149- - " echo Branch suffix: $BRANCH_SUFFIX"
150- - FILENAME=codecompass-$BRANCH_SUFFIX-$ARCH_SUFFIX.tar.gz
147+ - " echo Branch name: $CI_COMMIT_REF_SLUG"
148+ - FILENAME=codecompass-$CI_COMMIT_REF_SLUG-$ARCH_SUFFIX.tar.gz
151149 - " echo Filename: $FILENAME"
152150 - scp -P22 build/codecompass.tar.gz gitlab-deployer@codecompass.net:/var/www/codecompass/$FILENAME
153151 - ssh -p22 gitlab-deployer@codecompass.net "mv -f /var/www/codecompass/$FILENAME /var/www/codecompass/live/wwwroot/tarball/$FILENAME"
154152
155- upload suse-15 :
153+ # Temporarily disabled job
154+ .upload suse-15 :
156155 extends : .upload
157156 variables :
158157 ARCH_SUFFIX : suse-15
You can’t perform that action at this time.
0 commit comments