Skip to content
Snippets Groups Projects
Commit 9a180d6e authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed error

parent 779706ff
No related branches found
No related tags found
1 merge request!5Resolve "Make Proxy Use Autodevops"
...@@ -52,7 +52,7 @@ build: ...@@ -52,7 +52,7 @@ build:
- docker pull $CI_APPLICATION_REPOSITORY:$CI_APPLICATION_TAG || true - docker pull $CI_APPLICATION_REPOSITORY:$CI_APPLICATION_TAG || true
- | - |
docker build \ docker build \
--cache-from $CI_APPLICATION_REPOSITORY:$CI_APPLICATION_TAG --cache-from $CI_APPLICATION_REPOSITORY:$CI_APPLICATION_TAG \
--build-arg BUILDPACK_URL="$BUILDPACK_URL" \ --build-arg BUILDPACK_URL="$BUILDPACK_URL" \
--build-arg HTTP_PROXY="$HTTP_PROXY" \ --build-arg HTTP_PROXY="$HTTP_PROXY" \
--build-arg http_proxy="$http_proxy" \ --build-arg http_proxy="$http_proxy" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment