Make deployment switch branch from HEAD to master

This commit is contained in:
Keavon Chambers 2021-12-16 03:05:10 -08:00
parent 471610accd
commit 6d82672a95
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
git switch master || git switch -c master
echo 🔧 Install Rust
curl https://sh.rustup.rs -sSf | sh -s -- -y
export PATH=$PATH:/opt/buildhome/.cargo/bin