Skip to content

Commit

Permalink
Ypdate .gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
lecriste committed Nov 26, 2024
1 parent 676dccd commit 93794ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ update-pipeline-image:
allow_failure: true
variables:
BUILD_PATH: $CI_PROJECT_DIR
KANIKO_EXTRA_ARGS: "--build-arg CI_JOB_TOKEN=$CI_JOB_TOKEN --build-arg BBP_CA_CERT='$BBP_CA_CERT'"
KANIKO_EXTRA_ARGS: "--build-arg REF_NAME=$REGISTRY_IMAGE_TAG"
KUBERNETES_MEMORY_LIMIT: 4Gi
KUBERNETES_MEMORY_REQUEST: 4Gi
before_script:
Expand Down
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ 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

WORKDIR /pipeline

COPY .. .
Expand All @@ -29,7 +25,6 @@ COPY .. .
# cmake .. && make -j && cd .. && \
# export PATH=$PATH:$PWD/build/bin


# Install the pipeline repository (along with the bbp-atlas CLI)
RUN pip install git+https://github.com/BlueBrain/bbp-atlas-pipeline.git@${REF_NAME}

Expand Down

0 comments on commit 93794ff

Please sign in to comment.