From: Magnus Jacobsson Date: Fri, 3 Apr 2020 09:12:21 +0000 (+0200) Subject: Run deploy stage only on upstream X-Git-Tag: stable_release_2.42.4~2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7319a29bf97ab56504f4192cb9bea1b2805d87f7;p=graphviz Run deploy stage only on upstream --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72d4c49e9..42e58bc43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -173,6 +173,6 @@ deployment: - md5sum graphviz-"$GV_VERSION".tar.gz >graphviz-"$GV_VERSION".tar.gz.md5 - scp graphviz-"$GV_VERSION".tar.gz graphviz-"$GV_VERSION".tar.gz.md5 "$DEPLOY_USER"@"$DEPLOY_HOST"':'Packages/"$COLLECTION"/portable_source/ only: - - master + - master@graphviz/graphviz tags: - graphviz,deploy