.......
convert-to-yml / develop-branch (push) Failing after 23s Details

This commit is contained in:
giles 2023-10-23 01:28:39 +01:00
parent 041ecca4f2
commit 179a42c4d2
6 changed files with 6 additions and 6 deletions

View File

@ -27,7 +27,7 @@ jobs:
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/build/"$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.

View File

@ -19,7 +19,7 @@ jobs:
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/build/"$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.

View File

@ -34,7 +34,7 @@ jobs:
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/develop/"$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.

View File

@ -24,7 +24,7 @@ jobs:
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

View File

@ -27,7 +27,7 @@ jobs:
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/develop/"$secondString"}
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

View File

@ -33,7 +33,7 @@ jobs:
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/develop/"$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.