Skip to content
Snippets Groups Projects
Commit 1f0e57a5 authored by Dobromir Palushev's avatar Dobromir Palushev
Browse files

don't want to run the test stage in the container

parent c7362a25
No related branches found
No related tags found
Loading
...@@ -62,6 +62,7 @@ build-image: ...@@ -62,6 +62,7 @@ build-image:
script: script:
- docker image build - docker image build
--tag "${CONTAINER_TAG}" --tag "${CONTAINER_TAG}"
--target=build
"./app" "./app"
# - docker image build # - docker image build
# --tag "${CONTAINER_TAG}-google-sdk" # --tag "${CONTAINER_TAG}-google-sdk"
......
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