.......
This commit is contained in:
parent
f7e6152712
commit
16d89c6983
|
@ -23,7 +23,10 @@ jobs:
|
|||
echo ::set-env name=PRODUCTION_BRANCH::${firstString/format-/"$secondString"}
|
||||
- name: clone
|
||||
run: |
|
||||
git remote -v
|
||||
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
|
||||
git -C ../cloned remote -v
|
||||
|
||||
git -C ../cloned status
|
||||
mv ../cloned/.git ..
|
||||
rm -rf ../cloned
|
||||
|
|
Loading…
Reference in New Issue