Continuous Integration Build Artifacts xml files converted to yml
build-develop-branch / if_merged (pull_request) Failing after 11s
Details
build-develop-branch / if_merged (pull_request) Failing after 11s
Details
This commit is contained in:
parent
258fabee4b
commit
f1e55e8cad
|
@ -25,7 +25,7 @@ jobs:
|
|||
run: |
|
||||
firstString=${{ github.head_ref }}
|
||||
secondString="build-"
|
||||
echo ::set-env name=BUILD_BRANCH::${firstString/format-/"$secondString"}
|
||||
echo ::set-env name=BUILD_BRANCH::${firstString/develop-/"$secondString"}
|
||||
- name: delete build branch
|
||||
run: git push origin --delete ${{ env.BUILD_BRANCH }}
|
||||
|
Loading…
Reference in New Issue