Commit f2f01fee authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'add-date-calls-in-review-deploy-job' into 'master'

Add 'date' calls in the 'review-deploy' jobs

See merge request gitlab-org/gitlab!18271
parents 87485e7c eab59943
......@@ -113,13 +113,21 @@ schedule:review-build-cng:
- install_api_client_dependencies_with_apk
- source scripts/review_apps/review-apps.sh
script:
- date
- check_kube_domain
- date
- ensure_namespace
- date
- install_tiller
- date
- install_external_dns
- date
- download_chart
- date
- deploy || (display_deployment_debug && exit 1)
- date
- add_license
- date
artifacts:
paths: [review_app_url.txt]
expire_in: 2 days
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment