wdswqdwqdqwdq
convert-to-yml / develop-branch (push) Failing after 24s
Details
convert-to-yml / develop-branch (push) Failing after 24s
Details
This commit is contained in:
parent
7e4102e48a
commit
78e6eee881
|
@ -26,8 +26,8 @@ jobs:
|
||||||
- name: get development branch name
|
- name: get development branch name
|
||||||
run: |
|
run: |
|
||||||
firstString=${{ github.ref_name }}
|
firstString=${{ github.ref_name }}
|
||||||
secondString="develop/"
|
secondString="develop"
|
||||||
echo ::set-env name=DEVELOPMENT_BRANCH::${firstString/build/"$secondString"}
|
echo ::set-env name=DEVELOPMENT_BRANCH::${firststring/format\//"$secondstring"\/}
|
||||||
- name: GIT commit and push all changed files
|
- name: GIT commit and push all changed files
|
||||||
env:
|
env:
|
||||||
CI_COMMIT_MESSAGE: converted to yml for review.
|
CI_COMMIT_MESSAGE: converted to yml for review.
|
||||||
|
|
|
@ -18,8 +18,8 @@ jobs:
|
||||||
- name: get development branch name
|
- name: get development branch name
|
||||||
run: |
|
run: |
|
||||||
firstString=${{ github.ref_name }}
|
firstString=${{ github.ref_name }}
|
||||||
secondString="develop/"
|
secondString="develop"
|
||||||
echo ::set-env name=DEVELOPMENT_BRANCH::${firstString/build/"$secondString"}
|
echo ::set-env name=DEVELOPMENT_BRANCH::${firststring/format\//"$secondstring"\/}
|
||||||
- name: GIT push
|
- name: GIT push
|
||||||
env:
|
env:
|
||||||
CI_COMMIT_MESSAGE: converted to yml for review.
|
CI_COMMIT_MESSAGE: converted to yml for review.
|
||||||
|
|
|
@ -33,8 +33,8 @@ jobs:
|
||||||
- name: get build branch name
|
- name: get build branch name
|
||||||
run: |
|
run: |
|
||||||
firstString=${{ github.ref_name }}
|
firstString=${{ github.ref_name }}
|
||||||
secondString="build/"
|
secondString="build"
|
||||||
echo ::set-env name=BUILD_BRANCH::${firstString/develop/"$secondString"}
|
echo ::set-env name=BUILD_BRANCH::${firststring/format\//"$secondstring"\/}
|
||||||
- name: GIT commit and push all changed files
|
- name: GIT commit and push all changed files
|
||||||
env:
|
env:
|
||||||
CI_COMMIT_MESSAGE: Development branch built to xml.
|
CI_COMMIT_MESSAGE: Development branch built to xml.
|
||||||
|
|
|
@ -23,8 +23,8 @@ jobs:
|
||||||
- name: get development branch name
|
- name: get development branch name
|
||||||
run: |
|
run: |
|
||||||
firstString=${{ github.ref_name }}
|
firstString=${{ github.ref_name }}
|
||||||
secondString="develop/"
|
secondString="develop"
|
||||||
echo ::set-env name=DEVELOPMENT_BRANCH::${firstString/format"$secondString"}
|
echo ::set-env name=DEVELOPMENT_BRANCH::${firststring/format\//"$secondstring"\/}
|
||||||
- name: clone
|
- name: clone
|
||||||
run: |
|
run: |
|
||||||
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
|
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
|
||||||
|
|
|
@ -26,8 +26,8 @@ jobs:
|
||||||
- name: get build branch name
|
- name: get build branch name
|
||||||
run: |
|
run: |
|
||||||
firstString=${{ github.head_ref }}
|
firstString=${{ github.head_ref }}
|
||||||
secondString="build/"
|
secondString="build"
|
||||||
echo ::set-env name=BUILD_BRANCH::${firstString/develop/"$secondString"}
|
echo ::set-env name=BUILD_BRANCH::${firststring/format\//"$secondstring"\/}s
|
||||||
if_merged:
|
if_merged:
|
||||||
if: github.event.pull_request.merged == true
|
if: github.event.pull_request.merged == true
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
@ -32,8 +32,8 @@ jobs:
|
||||||
- name: get build branch name
|
- name: get build branch name
|
||||||
run: |
|
run: |
|
||||||
firstString=${{ github.ref_name }}
|
firstString=${{ github.ref_name }}
|
||||||
secondString="build/"
|
secondString="build"
|
||||||
echo ::set-env name=BUILD_BRANCH::${firstString/develop/"$secondString"}
|
echo ::set-env name=BUILD_BRANCH::${firststring/format\//"$secondstring"\/}
|
||||||
- name: GIT commit and push all changed files
|
- name: GIT commit and push all changed files
|
||||||
env:
|
env:
|
||||||
CI_COMMIT_MESSAGE: Reopened PR copnverted to xml.
|
CI_COMMIT_MESSAGE: Reopened PR copnverted to xml.
|
||||||
|
|
Loading…
Reference in New Issue