patch: pipeline minio
This commit is contained in:
@@ -28,11 +28,11 @@ steps:
|
||||
from_secret: nexus_password
|
||||
NEXUS_REPOSITORY: domaine-passignat
|
||||
NEXUS_URL: *nexus_url
|
||||
commands: |
|
||||
commands:
|
||||
- ls -als
|
||||
- source .buildinfo
|
||||
- more .buildinfo
|
||||
- echo new version: ${NEXUS_URL}/${CI_REPO_NAME}/${NEW_VERSION}/${CI_REPO_NAME}-${NEW_VERSION}.tar
|
||||
- echo "new version: ${NEXUS_URL}/${CI_REPO_NAME}/${NEW_VERSION}/${CI_REPO_NAME}-${NEW_VERSION}.tar"
|
||||
- curl -o /tmp/${CI_REPO_NAME}-${NEW_VERSION}.tar "${NEXUS_URL}/${CI_REPO_NAME}/${NEW_VERSION}/${CI_REPO_NAME}-${NEW_VERSION}.tar"
|
||||
depends_on: [ get-share-data ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user