.....
build-develop-branch / build-branch (push) Failing after 30s
Details
build-develop-branch / build-branch (push) Failing after 30s
Details
This commit is contained in:
parent
836c1edfef
commit
eda88259de
|
@ -32,6 +32,10 @@ jobs:
|
|||
firstString=${{ github.ref_name }}
|
||||
secondString="build"
|
||||
echo ::set-env name=BUILD_BRANCH::${firstString/develop\//"$secondString"\/}
|
||||
- name: status
|
||||
run: |
|
||||
git branch -r
|
||||
echo $(git branch -r | grep -Fx " origin/${{ env.BUILD_BRANCH }}" | wc -c)
|
||||
- name: push
|
||||
run: |
|
||||
git add -A
|
||||
|
|
Loading…
Reference in New Issue