....
build-develop-branch / build-branch (push) Failing after 10s
Details
build-develop-branch / build-branch (push) Failing after 10s
Details
This commit is contained in:
parent
ee3a056c93
commit
891dae3a05
|
@ -21,9 +21,10 @@ jobs:
|
|||
chmod +x ../tea
|
||||
../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }}
|
||||
- name: tag
|
||||
- name: get tag
|
||||
run: |
|
||||
../tea r ls -o=simple
|
||||
echo $(../tea r ls -o=simple | head -n 1)
|
||||
echo $(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1)
|
||||
|
||||
- uses: http://sigyl.com:3000/actions/setup-node@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue