Merge pull request #3821 from hashicorp/website-stable-update

Always deploy from stable website branch
pull/3822/head
Clint 11 years ago
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…
Cancel
Save