mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Always deploy from stable website branch
This commit is contained in:
parent
564b235b82
commit
a80f6fd979
@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Switch to the stable-website branch
|
||||
git checkout stable-website
|
||||
|
||||
# Set the tmpdir
|
||||
if [ -z "$TMPDIR" ]; then
|
||||
TMPDIR="/tmp"
|
||||
|
Loading…
Reference in New Issue
Block a user