Skip to content

Commit

Permalink
beta should delete also
Browse files Browse the repository at this point in the history
  • Loading branch information
nazunalika committed Sep 21, 2023
1 parent c9ccffd commit 8ccad56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/beta-release-sync-to-staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ for COMPOSE in "${NONSIG_COMPOSE[@]}"; do
if [[ "${COMPOSE}" != "Rocky" ]]; then
rsync_no_delete_staging_with_excludes "${TARGET}" "metadata"
else
rsync_no_delete_staging "${TARGET}"
rsync_delete_staging "${TARGET}"
fi
popd || { echo "${COMPOSE}: Failed to change directory"; break; }
done
Expand Down

0 comments on commit 8ccad56

Please sign in to comment.