try pipeline withour checkout

This commit is contained in:
Kersten Kriegbaum 2025-06-09 22:38:32 +02:00
parent 4e925e3e29
commit 4471b59438

View file

@ -11,10 +11,10 @@ jobs:
steps: steps:
- name: debug console log token - name: debug console log token
run: | run: |
echo ${{ secrets.KRIEGBUAM_IO_TOKEN }} echo ${{ secrets.KRIEGBAUM_IO_TOKEN }}
- name: Checkout privates Repo von git.kriegbaum.io - name: Checkout privates Repo von git.kriegbaum.io
run: | 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 . git clone --branch main --depth 1 https://git.kriegbaum.io/badmomber/opencqrs.git .