Skip to content

Commit

Permalink
Attempt to fix ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Mar 4, 2024
1 parent 7c3cf57 commit 40f1dc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,15 @@ build-gcs-base:
# STAGE: provision client
################################################################################
provision-client:

needs: ["signal"]
variables:
GIT_STRATEGY: clone
PATH: "/opt/datafed/dependencies/bin:${PATH}"
stage: provision-client
tags:
- ci-datafed-client
before_script:
- export PATH=/opt/datafed/dependencies/bin:$PATH
script:
- ./scripts/generate_datafed.sh
- ./scripts/install_client_dependencies.sh
Expand Down

0 comments on commit 40f1dc5

Please sign in to comment.