EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit de519b72 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

check one more thing

parent 102c6afd
Branches
Tags
No related merge requests found
......@@ -37,7 +37,8 @@ build-master:
- IMAGE_6="$CI_REGISTRY_IMAGE/pvs_ingestor"
- docker pull "$IMAGE_6":latest || true
- docker build --cache-from "$IMAGE_6":latest -t "$IMAGE_6":latest -t "$IMAGE_6":$VERSION_6 ingestor/
- cd ./testing && ./gitlab_test.sh && cd -
- cd ./testing && ./gitlab_test.sh
- if [ $? -ne 0 ]; then echo "fail" && exit 1; fi
- docker push "$IMAGE_1":$VERSION_1
- docker push "$IMAGE_1":latest
- docker push "$IMAGE_2":$VERSION_2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment