From: John Ellson Date: Wed, 17 Jul 2019 16:52:30 +0000 (-0400) Subject: use www2 as the deployment runner X-Git-Tag: 2.42.2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eeeeaf7b75bbe9db853aea39307d088942bea372;p=graphviz use www2 as the deployment runner --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68a5c030e..7152ee947 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -140,7 +140,7 @@ deployment: - ssh "$DEPLOY_USER"@"$DEPLOY_HOST" mkdir -p Packages/"$COLLECTION"/portable_source/ - scp graphviz-"$GV_VERSION".tar.gz "$DEPLOY_USER"@"$DEPLOY_HOST"':'Packages/"$COLLECTION"/portable_source/ - scp -r Packages "$DEPLOY_USER"@"$DEPLOY_HOST"':' - - ssh "$DEPLOY_USER"@"$DEPLOY_HOST" 'for i in Packages/"$COLLECTION"/{fedora,centos}/*/{source,os/*,debug/*}; do createrepo $i; done' + - ssh "$DEPLOY_USER"@"$DEPLOY_HOST" for i in Packages/"$COLLECTION"/{fedora,centos}/*/{source,os/*,debug/*}; do createrepo $i; done - scp graphviz-fedora.repo graphviz-centos.repo "$DEPLOY_USER"@"$DEPLOY_HOST"':'Packages/ only: - master