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
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Switch to the stable-website branch
|
||||||
|
git checkout stable-website
|
||||||
|
|
||||||
# Set the tmpdir
|
# Set the tmpdir
|
||||||
if [ -z "$TMPDIR" ]; then
|
if [ -z "$TMPDIR" ]; then
|
||||||
TMPDIR="/tmp"
|
TMPDIR="/tmp"
|
||||||
|
|
Loading…
Reference in New Issue