Skip to content

Commit

Permalink
Use git clone --single-branch for sorbet.run (#4198)
Browse files Browse the repository at this point in the history
* Use git clone --single-branch for sorbet.run

* Make master explicit in the clone command
  • Loading branch information
aprocter-stripe committed May 4, 2021
1 parent e879df6 commit 06ed387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/publish.sh
Expand Up @@ -31,7 +31,7 @@ buildkite-agent artifact download "_out_/**/*" .
echo "--- releasing sorbet.run"

rm -rf sorbet.run
git clone git@github.com:sorbet/sorbet.run.git
git clone git@github.com:sorbet/sorbet.run.git --single-branch --branch master
tar -xvf ./_out_/webasm/sorbet-wasm.tar ./sorbet-wasm.wasm ./sorbet-wasm.js
mv sorbet-wasm.wasm sorbet.run/docs
mv sorbet-wasm.js sorbet.run/docs
Expand Down

0 comments on commit 06ed387

Please sign in to comment.