parent
4d7e9553ea
commit
bcbf1c79c1
@ -25,7 +25,9 @@ steps:
|
||||
depends_on: build-release
|
||||
commands:
|
||||
- apk add tea
|
||||
- tea login add --name=temp --url=https://git.vertinext.com/ --token=$GITEATKN
|
||||
- echo $GITEATKN
|
||||
- echo ${GITEATKN}
|
||||
- tea login add --name=temp --url=https://git.vertinext.com/ --token=${GITEATKN}
|
||||
- tea releases create --asset "build/lotj-ui.mpackage" --asset "build/lotj-ui.xml" --tag ${CI_COMMIT_TAG}
|
||||
|
||||
- name: notify-on-branch-push
|
||||
|
Loading…
Reference in New Issue
Block a user