From bcbf1c79c19960f9bd9c65f3bdcbf64cb4a2fc38 Mon Sep 17 00:00:00 2001 From: ccubed Date: Sat, 30 Mar 2024 03:58:36 -0400 Subject: [PATCH] test --- .woodpecker.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index d176269..eecb627 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -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