From eeeeaf7b75bbe9db853aea39307d088942bea372 Mon Sep 17 00:00:00 2001 From: John Ellson Date: Wed, 17 Jul 2019 12:52:30 -0400 Subject: [PATCH] use www2 as the deployment runner --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0