Skip to content

Commit

Permalink
fix: date cmd for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y committed May 14, 2024
1 parent 3a394d6 commit 267d171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validator-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
gcloud tasks create-http-task \
--queue=test-queue-2 \
--url=https://${ENVIRONMENT}-${PROJECT_ID}.cloudfunctions.net/update-validation-report \
--schedule-time=$(date -v +1M -u +%Y-%m-%dT%H:%M:%SZ) \
--schedule-time=$(date -u -d "+5 minutes" +%Y-%m-%dT%H:%M:%SZ) \
--oidc-service-account-email=${DEPLOYER_SERVICE_ACCOUNT}

0 comments on commit 267d171

Please sign in to comment.