Skip to content

Commit

Permalink
adapt to new domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzRoters committed Aug 20, 2024
1 parent f792f19 commit cee5b13
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ setuptools:
stage: python
tags:
- matesting2-container-runner
image: git.damask.mpie.de:5050/damask/damask:python310_2407
image: git.damask-multiphysics.org:5050/damask/damask:python310_2407
before_script: []
script:
- sed -i 's/-[[:digit:]]*-.*//' VERSION
Expand All @@ -78,7 +78,7 @@ pytest:
stage: python
tags:
- matesting2-container-runner
image: git.damask.mpie.de:5050/damask/damask:python310_2407
image: git.damask-multiphysics.org:5050/damask/damask:python310_2407
before_script: []
script:
- PYTHONPATH=$(pwd)/python:$PYTHONPATH
Expand All @@ -90,7 +90,7 @@ mypy:
stage: python
tags:
- matesting2-container-runner
image: git.damask.mpie.de:5050/damask/damask:python310_2407
image: git.damask-multiphysics.org:5050/damask/damask:python310_2407
before_script: []
script:
- cd python
Expand Down Expand Up @@ -256,7 +256,7 @@ grid_performance:
- make -j2 all install
- export PATH=${PWD}/bin:${PATH}
- cd $(mktemp -d)
- git clone -q git@git.damask.mpie.de:damask/statistics.git .
- git clone -q git@git-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 All @@ -282,7 +282,7 @@ update_revision:
- echo Job start:" $(date)"
script:
- cd $(mktemp -d)
- git clone -q [email protected].mpie.de:damask/DAMASK.git .
- git clone -q [email protected]-multiphysics.org:damask/DAMASK.git .
- git pull
- export VERSION=$(git describe ${CI_COMMIT_SHA})
- echo ${VERSION:1} > VERSION
Expand Down

0 comments on commit cee5b13

Please sign in to comment.