This commit is contained in:
@@ -79,6 +79,7 @@ steps:
|
|||||||
commands: |
|
commands: |
|
||||||
more $CI_WORKSPACE/version.env
|
more $CI_WORKSPACE/version.env
|
||||||
source $CI_WORKSPACE/version.env
|
source $CI_WORKSPACE/version.env
|
||||||
|
ls -alsR ${CI_WORKSPACE}/artifacts/
|
||||||
if [ "$version_type" != "none" ]; then
|
if [ "$version_type" != "none" ]; then
|
||||||
WDIR=${CI_WORKSPACE}/artifacts/$NEW_VERSION
|
WDIR=${CI_WORKSPACE}/artifacts/$NEW_VERSION
|
||||||
echo "create work directory: $WDIR"
|
echo "create work directory: $WDIR"
|
||||||
@@ -89,7 +90,7 @@ steps:
|
|||||||
tar -cf ${CI_WORKSPACE}/artifacts/$artifact -C $WDIR .
|
tar -cf ${CI_WORKSPACE}/artifacts/$artifact -C $WDIR .
|
||||||
ls -als ${CI_WORKSPACE}/artifacts/$artifact
|
ls -als ${CI_WORKSPACE}/artifacts/$artifact
|
||||||
fi
|
fi
|
||||||
ls -als ${CI_WORKSPACE}/artifacts/
|
ls -alsR ${CI_WORKSPACE}/artifacts/
|
||||||
depends_on: [ build ]
|
depends_on: [ build ]
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
|
|||||||
Reference in New Issue
Block a user