EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 293fa74f authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

re-debugging

parent e788ff12
Branches
Tags
No related merge requests found
......@@ -61,10 +61,10 @@ build:
- docker pull "$IMAGE":$CI_COMMIT_REF_NAME || true
- docker build --cache-from "$IMAGE":$CI_COMMIT_REF_NAME -t "$IMAGE":$CI_COMMIT_REF_SLUG -t "$IMAGE":$CI_COMMIT_REF_NAME cache/
- docker image ls
- docker tag ""$CI_REGISTRY_IMAGE/pvs_core"" ""$CI_REGISTRY_IMAGE/pvs_core:latest"
- docker tag "$CI_REGISTRY_IMAGE/pvs_cache" "$CI_REGISTRY_IMAGE/pvs_cache:latest"
- docker tag "$CI_REGISTRY_IMAGE/pvs_preprocessor" "$CI_REGISTRY_IMAGE/pvs_preprocessor:latest"
- docker tag "$CI_REGISTRY_IMAGE/pvs_client" "$CI_REGISTRY_IMAGE/pvs_client:latest"
- docker tag "$CI_REGISTRY_IMAGE/pvs_core:CI_COMMIT_REF_NAME" "$CI_REGISTRY_IMAGE/pvs_core:latest"
- docker tag "$CI_REGISTRY_IMAGE/pvs_cache:CI_COMMIT_REF_NAME" "$CI_REGISTRY_IMAGE/pvs_cache:latest"
- docker tag "$CI_REGISTRY_IMAGE/pvs_preprocessor:CI_COMMIT_REF_NAME" "$CI_REGISTRY_IMAGE/pvs_preprocessor:latest"
- docker tag "$CI_REGISTRY_IMAGE/pvs_client:CI_COMMIT_REF_NAME" "$CI_REGISTRY_IMAGE/pvs_client:latest"
- chmod +x env_setup.sh wait_for_container.sh
- ./env_setup.sh
- mkdir data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment