Make deployment switch branch from HEAD to master
This commit is contained in:
parent
471610accd
commit
6d82672a95
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue