Skip to content
Snippets Groups Projects
Commit d3959c0f authored by Jan David Mol's avatar Jan David Mol
Browse files

fix

parent f7e5a014
No related branches found
No related tags found
1 merge request!1092Resolve L2SS-2309 "Trigger deployment"
...@@ -607,7 +607,7 @@ upload_CDB_minio: ...@@ -607,7 +607,7 @@ upload_CDB_minio:
- mc --version - mc --version
script: script:
- | - |
mc alias set object-storage http://s3.lofar.net:9000 ${MINIO_USER} ${MINIO_PASSWORD} mc alias set object-storage https://s3.lofar.net:9000 ${MINIO_USER} ${MINIO_PASSWORD}
mc mb -p object-storage/central-cdb/${CI_COMMIT_REF_SLUG}/ mc mb -p object-storage/central-cdb/${CI_COMMIT_REF_SLUG}/
mc cp --recursive generated/CDB/deploy/* object-storage/central-cdb/${CI_COMMIT_REF_SLUG}/ mc cp --recursive generated/CDB/deploy/* object-storage/central-cdb/${CI_COMMIT_REF_SLUG}/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment