EOX GitLab Instance

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

testing the existence of images within stages

parent c39373db
No related branches found
No related tags found
No related merge requests found
......@@ -82,18 +82,19 @@ test:
- chmod +x env_setup.sh wait_for_container.sh
- ./env_setup.sh
- mkdir data
- IMAGE="$CI_REGISTRY_IMAGE/pvs_core"
- docker pull "$IMAGE" || true
- docker tag "$IMAGE" "$IMAGE:latest"
- IMAGE="$CI_REGISTRY_IMAGE/pvs_cache"
- docker pull "$IMAGE" || true
- docker tag "$IMAGE" "$IMAGE:latest"
- IMAGE="$CI_REGISTRY_IMAGE/pvs_preprocessor"
- docker pull "$IMAGE" || true
- docker tag "$IMAGE" "$IMAGE:latest"
- IMAGE="$CI_REGISTRY_IMAGE/pvs_client"
- docker pull "$IMAGE" || true
- docker tag "$IMAGE" "$IMAGE:latest"
- docker image ls
# - IMAGE="$CI_REGISTRY_IMAGE/pvs_core"
# - docker pull "$IMAGE" || true
# - docker tag "$IMAGE" "$IMAGE:latest"
# - IMAGE="$CI_REGISTRY_IMAGE/pvs_cache"
# - docker pull "$IMAGE" || true
# - docker tag "$IMAGE" "$IMAGE:latest"
# - IMAGE="$CI_REGISTRY_IMAGE/pvs_preprocessor"
# - docker pull "$IMAGE" || true
# - docker tag "$IMAGE" "$IMAGE:latest"
# - IMAGE="$CI_REGISTRY_IMAGE/pvs_client"
# - docker pull "$IMAGE" || true
# - docker tag "$IMAGE" "$IMAGE:latest"
- docker swarm init
- docker network create -d overlay emg-extnet
- docker stack deploy -c docker-compose.emg.yml -c docker-compose.emg.dev.yml emg-pvs
......
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