Commit 5a4df2b5 authored by Albert Salim's avatar Albert Salim

Use GIT_DEPTH: 1

parent 0f468082
...@@ -66,6 +66,8 @@ build-assets-image: ...@@ -66,6 +66,8 @@ build-assets-image:
- .frontend:rules:gitlab-assets-compile-pull-cache - .frontend:rules:gitlab-assets-compile-pull-cache
stage: build-images stage: build-images
needs: ["gitlab:assets:compile pull-cache"] needs: ["gitlab:assets:compile pull-cache"]
variables:
GIT_DEPTH: "1"
script: script:
# TODO: Change the image tag to be the MD5 of assets files and skip image building if the image exists # TODO: Change the image tag to be the MD5 of assets files and skip image building if the image exists
# We'll also need to pass GITLAB_ASSETS_TAG to the trigerred omnibus-gitlab pipeline similarly to how we do it for trigerred CNG pipelines # We'll also need to pass GITLAB_ASSETS_TAG to the trigerred omnibus-gitlab pipeline similarly to how we do it for trigerred CNG pipelines
......
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