From 9d7fd8f3d002c16e755a029a5da096d0a0f75045 Mon Sep 17 00:00:00 2001 From: stijndcl Date: Fri, 19 Apr 2024 15:23:08 +0200 Subject: [PATCH] Revert "Change dirname" This reverts commit 3e4e1c0c1d4bf24fe8a82aa66e809daadc53f2e2. --- .github/workflows/build_debug_image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_debug_image.yml b/.github/workflows/build_debug_image.yml index 3d824d5..cc66018 100644 --- a/.github/workflows/build_debug_image.yml +++ b/.github/workflows/build_debug_image.yml @@ -45,10 +45,10 @@ jobs: shared-key: ${{ env.CACHE_KEY }} - name: Compile Rust binaries run: | - git clone -b feature/postgres --depth 1 https://github.com/stijndcl/unipept-database/ pipeline-source - bash ./pipeline-source/scripts/build_binaries.sh + git clone -b feature/postgres --depth 1 https://github.com/stijndcl/unipept-database/ + bash ./unipept-database/scripts/build_binaries.sh mkdir rust-binaries - find ./pipeline-source/scripts/helper_scripts -maxdepth 1 -type f -executable -exec cp {} ./rust-binaries \; + find ./unipept-database/scripts/helper_scripts -maxdepth 1 -type f -executable -exec cp {} ./rust-binaries \; - name: Build and push uses: docker/build-push-action@v3 with: