Compare commits
3 Commits
v0.0.22
...
c4297c7c25
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4297c7c25 | ||
|
|
f89ccb0f63 | ||
|
|
0ba8dd27f0 |
@@ -7,7 +7,12 @@ steps:
|
||||
- name: get-artifact
|
||||
image: curlimages/curl:latest
|
||||
commands: |
|
||||
VERSION=${CI_COMMIT_TAG#v}
|
||||
echo CI_PIPELINE_PARENT=$CI_PIPELINE_PARENT
|
||||
echo CI_COMMIT_TAG=$CI_COMMIT_TAG
|
||||
echo CI_PIPELINE_EVENT=$CI_PIPELINE_EVENT
|
||||
echo CI_PIPELINE_NUMBER=$CI_PIPELINE_NUMBER
|
||||
echo CI_PREV_PIPELINE_NUMBER=$CI_PREV_PIPELINE_NUMBER
|
||||
echo CI_PREV_PIPELINE_PARENT=$CI_PREV_PIPELINE_PARENT
|
||||
curl -o /tmp/${CI_REPO_NAME}-${VERSION}.tar \
|
||||
"https://nexus.cicd.exygen.fr/repository/domaine-passignat/apps/${CI_REPO_NAME}/${VERSION}/${CI_REPO_NAME}-${VERSION}.tar"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user