forked from sig_core/toolkit
fix vault-release.sh messages
This commit is contained in:
parent
dadc382dae
commit
bc72e6c7e4
@ -2,6 +2,7 @@
|
||||
# Syncs everything from staging to production
|
||||
|
||||
if [[ "$RLREL" == "lh" ]] || [[ "$RLREL" == "beta" ]]; then
|
||||
echo "Lookahead nor Beta should be vaulted"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
@ -18,6 +19,6 @@ if [ $ret_val -eq "0" ]; then
|
||||
TARGET="${PRODUCTION_ROOT}/${VAULT_STUB}/${REV}"
|
||||
mkdir -p "${TARGET}"
|
||||
rsync_no_delete_prod "${REV}" "${TARGET}"
|
||||
echo "Syncing to prod completed. Please run the file list script."
|
||||
echo "Syncing to the vault completed. Please run the file list script."
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user