Merge branch 'qa-increase-depth-of-review-deploy-job' into 'master'

Use the default fetch/clone depth for the review-deploy job

See merge request gitlab-org/gitlab-ce!26868
This commit is contained in:
Douglas Barbosa Alexandre 2019-04-02 20:38:52 +00:00
commit a4182ed615

View file

@ -1018,10 +1018,8 @@ schedule:review-build-cng:
.review-deploy-base: &review-deploy-base
<<: *review-base
retry: 2
allow_failure: true
variables:
GIT_DEPTH: "1"
HOST_SUFFIX: "${CI_ENVIRONMENT_SLUG}"
DOMAIN: "-${CI_ENVIRONMENT_SLUG}.${REVIEW_APPS_DOMAIN}"
GITLAB_HELM_CHART_REF: "master"