Skip to content

Commit

Permalink
Update copy_cron.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arooshap authored Mar 18, 2024
1 parent a2711b6 commit abeb082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/frontend/copy_cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ elif [ "$ENVIRONMENT" = "k8s-preprod" ]; then
# Copy the development cron file
echo "Copying authmap-preprod.cron"
cp /tmp/authmap-preprod.cron /tmp/authmap.cron
elif [ "$ENVIRONMENT" = "k8s-test" ]; then
elif [[ "$ENVIRONMENT" == k8s-test* ]]; then
# Copy the test cron file
echo "Copying authmap-test.cron"
cp /tmp/authmap-test.cron /tmp/authmap.cron
Expand Down

0 comments on commit abeb082

Please sign in to comment.