]> granicus.if.org Git - graphviz/commitdiff
use www2 as the deployment runner
authorJohn Ellson <john.ellson@gmail.com>
Wed, 17 Jul 2019 16:52:30 +0000 (12:52 -0400)
committerJohn Ellson <john.ellson@gmail.com>
Wed, 17 Jul 2019 16:52:30 +0000 (12:52 -0400)
.gitlab-ci.yml

index 68a5c030e9fb640d5ab23b85894ea4284b958991..7152ee947619fb7552c07b8ca405c8a43640e68d 100644 (file)
@@ -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