v2: ci updates
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
01e0904fa6
commit
6f3d8b9b42
@ -25,12 +25,13 @@ jobs:
|
|||||||
- name: install tea cli and init
|
- name: install tea cli and init
|
||||||
run: |
|
run: |
|
||||||
mkdir tmp && cd tmp
|
mkdir tmp && cd tmp
|
||||||
wget https://dl.gitea.com/tea/main/tea-main-linux-amd64.xz
|
curl -SsOL https://dl.gitea.com/tea/main/tea-main-linux-amd64.xz
|
||||||
apt install xz-utils -y
|
apt install xz-utils -y
|
||||||
xz -d tea-main-linux-amd64.xz
|
xz -d tea-main-linux-amd64.xz
|
||||||
mv tea-main-linux-amd64 tea
|
ls -ahl
|
||||||
export PATH=$PATH:$(pwd)/tea
|
mv tea-main-linux-amd64 /usr/bin/tea
|
||||||
cd ..
|
cd ..
|
||||||
|
tea --version
|
||||||
tea login \
|
tea login \
|
||||||
--name ${{ gitea.server_url }} \
|
--name ${{ gitea.server_url }} \
|
||||||
--token ${{ secrets.PROD_REG_TOKEN }} \
|
--token ${{ secrets.PROD_REG_TOKEN }} \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user