Skip to content

Commit

Permalink
Revert "Change dirname"
Browse files Browse the repository at this point in the history
This reverts commit 3e4e1c0.
  • Loading branch information
stijndcl committed Apr 19, 2024
1 parent 57ef33c commit 9d7fd8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_debug_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9d7fd8f

Please sign in to comment.