....
build-develop-branch / build-branch (push) Failing after 34s Details

This commit is contained in:
gilesb 2023-10-23 21:43:06 +01:00
parent 63f5fe21bf
commit 45dc4c9991
3 changed files with 12 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
run: | run: |
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output ../tea curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output ../tea
chmod +x ../tea chmod +x ../tea
../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.token }} ../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }}
- uses: http://sigyl.com:3000/actions/setup-node@v3 - uses: http://sigyl.com:3000/actions/setup-node@v3
with: with:
node-version: '20' node-version: '20'

View File

@ -17,7 +17,7 @@ jobs:
run: | run: |
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output ../tea curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output ../tea
chmod +x ../tea chmod +x ../tea
../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.token }} ../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }}
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4 - uses: http://sigyl.com:3000/actions/checkout@v3.5.4
with: with:
token: ${{ secrets.BOT_TOKEN }} token: ${{ secrets.BOT_TOKEN }}

View File

@ -16,3 +16,13 @@ jobs:
#chmod +x ../tea #chmod +x ../tea
#../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.token }} #../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.token }}
#echo thank you! #echo thank you!
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: '10'
- name: ls
run: ls