mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
Use the stable-website branch for documentation pushes, to allow us to update the documentation async from releases.
This commit is contained in:
parent
fa53293b7b
commit
03aeb356ed
@ -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…
x
Reference in New Issue
Block a user