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: ...@@ -113,13 +113,21 @@ schedule:review-build-cng:
- install_api_client_dependencies_with_apk - install_api_client_dependencies_with_apk
- source scripts/review_apps/review-apps.sh - source scripts/review_apps/review-apps.sh
script: script:
- date
- check_kube_domain - check_kube_domain
- date
- ensure_namespace - ensure_namespace
- date
- install_tiller - install_tiller
- date
- install_external_dns - install_external_dns
- date
- download_chart - download_chart
- date
- deploy || (display_deployment_debug && exit 1) - deploy || (display_deployment_debug && exit 1)
- date
- add_license - add_license
- date
artifacts: artifacts:
paths: [review_app_url.txt] paths: [review_app_url.txt]
expire_in: 2 days 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