Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Use full URI for staging push; don't depend on local config
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Aug 1, 2019
1 parent 0bfceb1 commit e0b974e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/hhvm-tag-and-push
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ $SED -i -E 's/^(.+HHVM_VERSION_PATCH )([0-9]+)$/echo "\1$((\2+1))"/e' \
hphp/runtime/version.h
git commit hphp/runtime/version.h -m "Targetting $NEXT"

git push staging
git push staging "HHVM-$VERSION"
git push [email protected]:hhvm/hhvm-staging.git
git push [email protected]:hhvm/hhvm-staging.git "HHVM-$VERSION"

0 comments on commit e0b974e

Please sign in to comment.