EOX GitLab Instance

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

typos

parent 1bef3c85
Branches
Tags
1 merge request!49Production release 1.1.1
......@@ -76,7 +76,7 @@ build-master-staging:
- docker build --cache-from "$IMAGE_6":"$TAG_USED" -t "$IMAGE_6":dev -t "$IMAGE_6":"$TAG_USED" ingestor/
- IMAGE_7="$CI_REGISTRY_IMAGE/pvs_sftp"
- docker pull "$IMAGE_7":"$TAG_USED" || true
- docker build --cache-from "$IMAGE_7":latest -t "$IMAGE_7":latest -t "$IMAGE_7":"$TAG_USED"sftp/
- docker build --cache-from "$IMAGE_7":latest -t "$IMAGE_7":latest -t "$IMAGE_7":"$TAG_USED" sftp/
- cd ./testing && ./gitlab_test.sh
- if [ $? -ne 0 ]; then exit 1; fi # actually fail build
- docker push "$IMAGE_1":"$TAG_USED"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment