Skip to content

Commit

Permalink
A few changes to the cronjobs..
Browse files Browse the repository at this point in the history
  • Loading branch information
arooshap committed Apr 30, 2024
1 parent ceddb29 commit a2d85f1
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 @@ -9,7 +9,7 @@ elif [ "$ENVIRONMENT" = "k8s-preprod" ]; then
elif [[ "$ENVIRONMENT" == k8s-test* ]]; then
# Copy the test cron file
echo "Copying authmap-test.cron"
echo "*/15 * * * * /tmp/authmap-test.sh" > /tmp/authmap.cron
echo "*/30 * * * * /tmp/authmap-test.sh" > /tmp/authmap.cron

else
echo "Unsupported environment: $ENVIRONMENT"
Expand Down

0 comments on commit a2d85f1

Please sign in to comment.