Skip to content
Snippets Groups Projects
Commit 8fca499d authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Check module status in pipeline execution environment

parent de824186
Branches
Tags
No related merge requests found
...@@ -40,6 +40,8 @@ building_stage: ...@@ -40,6 +40,8 @@ building_stage:
- hostname - hostname
- echo $CI_COMMIT_SHA - echo $CI_COMMIT_SHA
- echo $CI_COMMIT_BRANCH - echo $CI_COMMIT_BRANCH
- module available
- module load gcc
- cd src - cd src
- echo "Running make (ONLY C++ CODE)" - echo "Running make (ONLY C++ CODE)"
- make conly - make conly
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment