EOX GitLab Instance

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

Revert "testing the existence of images within stages"

This reverts commit 3a16c819
parent 5bae2484
Branches
Tags
No related merge requests found
......@@ -82,19 +82,18 @@ test:
- chmod +x env_setup.sh wait_for_container.sh
- ./env_setup.sh
- mkdir data
- 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"
- 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.
Please register or to comment