Skip to content

Commit

Permalink
erroneous substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzRoters committed Aug 21, 2024
1 parent cee5b13 commit 41a50d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ grid_performance:
- make -j2 all install
- export PATH=${PWD}/bin:${PATH}
- cd $(mktemp -d)
- git clone -q [email protected]:damask/statistics.git .
- git clone -q git@git.damask-multiphysics.org:damask/statistics.git .
- ./measure_performance.py --input_dir ${CI_PROJECT_DIR}/examples/grid --tag ${CI_COMMIT_SHA}
- >
if [ ${CI_COMMIT_BRANCH} == development ]; then
Expand Down

0 comments on commit 41a50d8

Please sign in to comment.