Skip to content

Commit 86a6660

Browse files
authored
Run scripts on master-passing-tests instead of master (#1391)
1 parent d9086c8 commit 86a6660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/sync-openapi-v2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -eu -o pipefail
44
pushd "$HOME/stripe/zoolander"
55

66
# Pull master.
7-
echo "Bringing master up to date."
8-
git checkout master && git pull
7+
echo "Bringing master-passing-tests up to date."
8+
git checkout master-passing-tests && git pull
99

1010
# Grab SHA so we can save this to a file for some kind of "paper trail".
1111
SHA=$(git rev-parse HEAD)

0 commit comments

Comments
 (0)