From 546628213f8370b2916b9272932825a0d29c77cd Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Wed, 13 Mar 2024 15:30:12 +0100 Subject: [PATCH] test workflow build and push on gitea registry --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0852cae..12cba83 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: mkdir data ls -la pwd - + - name: Checkout repository uses: actions/checkout@v3 @@ -43,8 +43,8 @@ jobs: - name: Clone repository run: | pwd - mkdir /data - cd /data + ls -la + cd data git clone -b dev --depth 1 https://ncaron:6744954b4a3a43422e62e8d110f90de527ce094d@git.coopgo.io/coopgo-platform/mobility-accounts.git . pwd ls -la