fix: remove debugging
This commit is contained in:
parent
d8086d7a38
commit
bc6020d94a
1 changed files with 3 additions and 19 deletions
|
@ -22,26 +22,10 @@ jobs:
|
|||
chmod +x tea
|
||||
./tea login add --url ${{ github.server_url }} --token ${{ github.token }}
|
||||
|
||||
- name: debug 1
|
||||
shell: bash
|
||||
run: echo 'Release ${{ github.ref_name }}'
|
||||
|
||||
- name: debug 2
|
||||
shell: bash
|
||||
run: ./tea i ls --fields index,title --output simple
|
||||
|
||||
- name: debug 3
|
||||
shell: bash
|
||||
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref_name }}'
|
||||
|
||||
- name: debug 4
|
||||
shell: bash
|
||||
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref_name }}' | awk '{print $1}'
|
||||
export RELEASE_TICKET_ID=$(./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref_name }}' | awk '{print $1}')
|
||||
|
||||
- name: comment tag start
|
||||
shell: bash
|
||||
run: |
|
||||
export RELEASE_TICKET_ID=$(./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref_name }}' | awk '{print $1}')
|
||||
|
||||
./tea comment ${RELEASE_TICKET_ID} "Start tag"
|
||||
./tea issues close ${{ github.event.issue.number }}
|
||||
./tea issues close ${RELEASE_TICKET_ID}
|
||||
|
|
Loading…
Add table
Reference in a new issue