Skip to content

Commit

Permalink
Change filepaths
Browse files Browse the repository at this point in the history
  • Loading branch information
stijndcl committed Apr 19, 2024
1 parent 3e4e1c0 commit ecb1b0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_debug_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
run: |
git clone -b feature/postgres --depth 1 https://github.com/stijndcl/unipept-database/ pipeline-source
bash ./pipeline-source/scripts/build_binaries.sh
mkdir rust-binaries
find ./pipeline-source/scripts/helper_scripts -maxdepth 1 -type f -executable -exec cp {} ./rust-binaries \;
mkdir unipept-database/rust-binaries
find ./pipeline-source/scripts/helper_scripts -maxdepth 1 -type f -executable -exec cp {} unipept-database/rust-binaries \;
- name: Build and push
uses: docker/build-push-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion unipept-database/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN dos2unix /unipept-database/scripts/**/*.sh && chmod u+x /unipept-database/sc

RUN echo 'root:unipept' | chpasswd

ADD rust-binaries /unipept-database/scripts/helper_scripts
ADD ./rust-binaries /unipept-database/scripts/helper_scripts

# Database types that should be processed by this image. Delimited by comma's.
ENV DB_TYPES swissprot
Expand Down

0 comments on commit ecb1b0f

Please sign in to comment.