From 151e86dbee9670b1d2c03f7f673b777d64379345 Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Fri, 15 Mar 2024 11:56:23 +0100 Subject: [PATCH] test workflow build and push on gitea registry --- .github/workflows/build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef78e4e..8546a38 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,8 +17,14 @@ jobs: pwd ls -la + - name: Install git + run: | + apt-get update + apt-get install -y git + - name: Checkout repository - uses: actions/checkout@v3 + run: | + git clone -b {{inputs.parameters.gitBranch}} --depth 1 https://ncaron:6744954b4a3a43422e62e8d110f90de527ce094d@git.coopgo.io/coopgo-platform/mobility-accounts . - name: Check folders run: |