Skip to content

Commit

Permalink
v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lecriste committed Nov 26, 2024
1 parent f4e2476 commit 32fdfe9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@master
uses: actions/checkout@v4
#with:
# fetch-depth: 0

- name: Docker Hub Login
uses: docker/login-action@v3
Expand Down
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ RUN apt-get update && \

RUN apt-get -y install pip git vim

#RUN pwd
#RUN ls -a
#RUN git clone https://github.com/BlueBrain/bbp-atlas-pipeline.git@ /pipeline
RUN pwd
RUN ls -a
WORKDIR /pipeline
RUN pwd
RUN ls -a
Expand All @@ -26,7 +31,6 @@ RUN ls -a
# cmake .. && make -j && cd .. && \
# export PATH=$PATH:$PWD/build/bin

RUN pip install --upgrade pip setuptools wheel

# Install the pipeline repository (along with the bbp-atlas CLI)
RUN pip install .
Expand Down

0 comments on commit 32fdfe9

Please sign in to comment.