Skip to content

Commit

Permalink
fix vault-release.sh messages
Browse files Browse the repository at this point in the history
  • Loading branch information
nazunalika committed Oct 3, 2023
1 parent dadc382 commit bc72e6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sync/vault-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit bc72e6c

Please sign in to comment.