Skip to content

Commit cec295f

Browse files
committed
Seems repo forall needs actual username not repo org when pushing
1 parent d8bb129 commit cec295f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ node('docker && linux-build') {
105105
# use -ve, otherwise we could leak GITHUB_TOKEN...
106106
set -ve
107107
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
108+
repo forall -g tagged -e -c git push pfeerick "$GITHUB_USER/$GITHUB_REPO/$VERSION" -f
109109
rm ~/.netrc
110110
'''
111111
}

0 commit comments

Comments
 (0)