diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 2ce9e14..d176269 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -24,11 +24,9 @@ steps: from_secret: GITEA_TOKEN depends_on: build-release commands: - - apk add wget - - wget -O teacli https://dl.gitea.com/tea/main/tea-main-linux-amd64 - - chmod +x teacli - - ./teacli login add --name=temp --url=https://git.vertinext.com/ --token=$GITEATKN - - ./teacli releases create --asset "build/lotj-ui.mpackage" --asset "build/lotj-ui.xml" --tag ${CI_COMMIT_TAG} + - apk add tea + - 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 image: alpine