Continuous Integration Build Artifacts xml files converted to yml
This commit is contained in:
parent
90b59d6975
commit
30ca684f89
|
@ -18,7 +18,10 @@ jobs:
|
||||||
path: '.'
|
path: '.'
|
||||||
- name: get PR number
|
- name: get PR number
|
||||||
run: |
|
run: |
|
||||||
echo ::set-env name=PR||${./tea pr ls -f=base,head,index | grep "| master | firstString=${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1}
|
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea
|
||||||
|
chmod +x ./tea
|
||||||
|
./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |"
|
||||||
|
echo ::set-env name=PR::${./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1}
|
||||||
- name: get build branch name
|
- name: get build branch name
|
||||||
run: |
|
run: |
|
||||||
firstString=${{ github.ref_name }}
|
firstString=${{ github.ref_name }}
|
||||||
|
|
|
@ -36,7 +36,6 @@ jobs:
|
||||||
mv .git/config ../cloned/.git
|
mv .git/config ../cloned/.git
|
||||||
rm -r ./*
|
rm -r ./*
|
||||||
rm -r .git
|
rm -r .git
|
||||||
ls
|
|
||||||
mv ../cloned/* .
|
mv ../cloned/* .
|
||||||
mv ../cloned/.git .
|
mv ../cloned/.git .
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue