mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
added git remote command to debug remote v2
This commit is contained in:
parent
43fa3e725f
commit
4a178fc21e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -80,8 +80,8 @@ jobs:
|
||||
NBDROID_TOKEN: ${{ secrets.NBDROID_TOKEN }}
|
||||
run: |
|
||||
git clone https://${{secrets.NBDROID_NAME}}:${{secrets.NBDROID_TOKEN}}@github.com/nosqlbench/nosqlbench-build-docs.git nosqlbench-build-docs
|
||||
git remote -v
|
||||
cd nosqlbench-build-docs
|
||||
git remote -v
|
||||
echo "files listing"
|
||||
find .
|
||||
git remote set-url origin https://${{secrets.NBDROID_NAME}}:${{secrets.NBDROID_TOKEN}}@github.com/nosqlbench/nosqlbench-build-docs.git
|
||||
|
Loading…
Reference in New Issue
Block a user