................
build-develop-branch / build-branch (push) Has been skipped Details
convert-to-yml / develop-branch (push) Failing after 31s Details

This commit is contained in:
giles 2023-10-22 03:37:40 +01:00
parent 2040957b62
commit 64f3f17681
1 changed files with 0 additions and 2 deletions

View File

@ -64,7 +64,6 @@ jobs:
if [[ $(./tea pr ls -f=base,head | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | head -c1 | wc -c) -eq 0 ]]; then
./tea pr c --base=master --head=${{ env.PRODUCTION_BRANCH }} --description="development pull request" -t="WIP: ${{ github.event.head_commit.message }}"
fi
./tea login rm this
rm ./tea
- uses: https://github.com/gilesbradshaw/batch2yaml@master
name: back to xml
@ -75,7 +74,6 @@ jobs:
run: |
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea
chmod +x ./tea
./tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.TEA_TOKEN }}
./tea pr ls
./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |"
./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' '