We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bb129 commit cec295fCopy full SHA for cec295f
1 file changed
Jenkinsfile
@@ -105,7 +105,7 @@ node('docker && linux-build') {
105
# use -ve, otherwise we could leak GITHUB_TOKEN...
106
set -ve
107
echo "machine github.com login user password $GITHUB_TOKEN" > ~/.netrc
108
- repo forall -g tagged -e -c git push $GITHUB_USER "$GITHUB_USER/$GITHUB_REPO/$VERSION" -f
+ repo forall -g tagged -e -c git push pfeerick "$GITHUB_USER/$GITHUB_REPO/$VERSION" -f
109
rm ~/.netrc
110
'''
111
}
0 commit comments