Skip to content

Commit

Permalink
update of URL
Browse files Browse the repository at this point in the history
  • Loading branch information
MarDiehl committed Oct 19, 2024
1 parent fe96761 commit 53629f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ stages:
###################################################################################################
default:
before_script:
- ${LOCAL_HOME}/bin/queue2 ${CI_JOB_ID} ${TOKEN}
- ${LOCAL_HOME}/bin/queue ${CI_JOB_ID} ${TOKEN}
- source env/DAMASK.sh
- export PATH=${TESTROOT}/bin:${PATH}
- echo Job start:" $(date)"
Expand Down Expand Up @@ -243,7 +243,7 @@ grid_performance:
- make -j2 all install
- export PATH=${PWD}/bin:${PATH}
- cd $(mktemp -d)
- git clone -q [email protected].mpie.de:damask/statistics.git .
- git clone -q [email protected]-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 @@ -269,7 +269,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 53629f8

Please sign in to comment.