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

This commit is contained in:
giles 2023-10-22 23:44:18 +01:00
parent 21e0d948d8
commit 60aae310e7
1 changed files with 0 additions and 14 deletions

View File

@ -24,19 +24,6 @@ jobs:
firstString=${{ github.ref_name }}
secondString="build-"
echo ::set-env name=DEVELOPMENT_BRANCH::${firstString/format-/"$secondString"}
- name: clone
run: |
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
mv ../cloned/.git ..
rm -rf ../cloned
cp -r . ../cloned
rm -rf ../cloned/.git
mv ../.git ../cloned
mv .git/config ../cloned/.git
rm -r ./*
rm -r .git
mv ../cloned/* .
mv ../cloned/.git .
- name: GIT commit and push all changed files
env:
CI_COMMIT_MESSAGE: converted to yml for review.
@ -46,7 +33,6 @@ jobs:
git config --global user.email "username@users.noreply.github.com"
git checkout -b ${{ env.DEVELOPMENT_BRANCH }}
git add -A
git status
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml"
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }}
#- name: push development