try pipeline withour checkout
This commit is contained in:
parent
4e925e3e29
commit
4471b59438
1 changed files with 2 additions and 2 deletions
|
|
@ -11,10 +11,10 @@ jobs:
|
|||
steps:
|
||||
- name: debug console log token
|
||||
run: |
|
||||
echo ${{ secrets.KRIEGBUAM_IO_TOKEN }}
|
||||
echo ${{ secrets.KRIEGBAUM_IO_TOKEN }}
|
||||
- name: Checkout privates Repo von git.kriegbaum.io
|
||||
run: |
|
||||
git config --global url."https://badmomber:${{ secrets.KRIEGBUAM_IO_TOKEN }}@git.kriegbaum.io".insteadOf "https://git.kriegbaum.io"
|
||||
git config --global url."https://badmomber:${{ secrets.KRIEGBAUM_IO_TOKEN }}@git.kriegbaum.io".insteadOf "https://git.kriegbaum.io"
|
||||
|
||||
git clone --branch main --depth 1 https://git.kriegbaum.io/badmomber/opencqrs.git .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue