We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9086c8 commit 86a6660Copy full SHA for 86a6660
scripts/sync-openapi-v2.sh
@@ -4,8 +4,8 @@ set -eu -o pipefail
4
pushd "$HOME/stripe/zoolander"
5
6
# Pull master.
7
-echo "Bringing master up to date."
8
-git checkout master && git pull
+echo "Bringing master-passing-tests up to date."
+git checkout master-passing-tests && git pull
9
10
# Grab SHA so we can save this to a file for some kind of "paper trail".
11
SHA=$(git rev-parse HEAD)
0 commit comments