Skip to content

Commit

Permalink
CI: Fix wrong path and submodule config
Browse files Browse the repository at this point in the history
  • Loading branch information
mirenradia committed Feb 14, 2024
1 parent 0bf3f31 commit cd6c025
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,14 @@ csd3-a100:
tags:
- csd3
script:
# We need to modify the relative URL to an absolute one as we're not
# cloning from GitHub
- git submodule set-url Catch2 https://github.com/catchorg/Catch2
- git submodule sync
- git submodule update --init
- cd ..
- git clone --depth 1 https://github.com/AMReX-Codes/amrex
- cd ${CI_PROJECT_DIR}/Tests
- cd ${HOME}/${CI_PROJECT_DIR}/Tests
- module purge
- module use ${MODULEPATHS_A100}
- module load ${MODULES_A100}
Expand Down

0 comments on commit cd6c025

Please sign in to comment.