Skip to content
Snippets Groups Projects
Commit 05cb7415 authored by Joost Hemmen's avatar Joost Hemmen :basketball:
Browse files

replace 'mc tag list minio' with 'mc ls --summarize minio' to prevent job from...

replace 'mc tag list minio' with 'mc ls --summarize minio' to prevent job from failing after switch from tags to s3map db
parent 56357ac9
No related branches found
No related tags found
No related merge requests found
Pipeline #298128 passed
......@@ -70,7 +70,7 @@ object-storage-e2e:
- "chmod +x $HOME/minio-binaries/mc"
- "export PATH=$PATH:$HOME/minio-binaries/"
- "mc alias set minio http://docker:9000 minioadmin minioadmin"
- "mc tag list minio/${MINIO_USER} || exit 1"
- "mc ls --summarize minio || exit 1"
- "curl -u ${MINIO_USER}:${MINIO_PASSWORD} ftp://docker:40021 -I -s -o /dev/null || exit 1"
tags:
- "dind"
......
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