EOX GitLab Instance

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

debugging

parent 5dba370f
Branches
Tags
No related merge requests found
......@@ -60,10 +60,11 @@ build:
- IMAGE="$CI_REGISTRY_IMAGE/pvs_cache"
- 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 tag ""$CI_REGISTRY_IMAGE/pvs_core"" ""$CI_REGISTRY_IMAGE/pvs_core":latest"
- docker tag "$CI_REGISTRY_IMAGE/pvs_cache" "$CI_REGISTRY_IMAGE/pvs_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"
- docker tag "$CI_REGISTRY_IMAGE/pvs_client" "$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