kkkkkkkkkkkksssssssssssssswdwdwdw
build-develop-branch / build-branch (push) Has been skipped Details
convert-to-yml / develop-branch (push) Failing after 24s Details

This commit is contained in:
giles 2023-10-22 01:45:33 +01:00
parent 8d24f9b399
commit 768d067dc7
1 changed files with 1 additions and 9 deletions

View File

@ -9,11 +9,6 @@ jobs:
steps:
# https://github.com/RouxAntoine/checkout/tree/v3.5.4
- uses: RouxAntoine/checkout@v3.5.4
- name: clonewded
run: |
git remote -v
echo its ${{ github.serverUrl }}/${{ github.repository }}
echo
- uses: actions/setup-node@v3
with:
node-version: '20'
@ -28,10 +23,7 @@ jobs:
echo ::set-env name=PRODUCTION_BRANCH::${firstString/format-/"$secondString"}
- name: clone
run: |
git remote -v
echo its ${{ github.repositoryUrl }}
echo ${{ github.repository }}
git clone ${{ github.repositoryUrl }} ../cloned
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
mv ../cloned/.git ..
rm -rf ../cloned
cp -r . ../cloned