Merge pull request #3821 from hashicorp/website-stable-update
Always deploy from stable website branch
This commit is contained in:
commit
eb6a50254e
|
@ -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