Skip to content

Commit 53629f8

Browse files
committed
update of URL
1 parent fe96761 commit 53629f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ stages:
1111
###################################################################################################
1212
default:
1313
before_script:
14-
- ${LOCAL_HOME}/bin/queue2 ${CI_JOB_ID} ${TOKEN}
14+
- ${LOCAL_HOME}/bin/queue ${CI_JOB_ID} ${TOKEN}
1515
- source env/DAMASK.sh
1616
- export PATH=${TESTROOT}/bin:${PATH}
1717
- echo Job start:" $(date)"
@@ -243,7 +243,7 @@ grid_performance:
243243
- make -j2 all install
244244
- export PATH=${PWD}/bin:${PATH}
245245
- cd $(mktemp -d)
246-
- git clone -q [email protected].mpie.de:damask/statistics.git .
246+
- git clone -q [email protected]-multiphysics.org:damask/statistics.git .
247247
- ./measure_performance.py --input_dir ${CI_PROJECT_DIR}/examples/grid --tag ${CI_COMMIT_SHA}
248248
- >
249249
if [ ${CI_COMMIT_BRANCH} == development ]; then
@@ -269,7 +269,7 @@ update_revision:
269269
- echo Job start:" $(date)"
270270
script:
271271
- cd $(mktemp -d)
272-
- git clone -q [email protected].mpie.de:damask/DAMASK.git .
272+
- git clone -q [email protected]-multiphysics.org:damask/DAMASK.git .
273273
- git pull
274274
- export VERSION=$(git describe ${CI_COMMIT_SHA})
275275
- echo ${VERSION:1} > VERSION

0 commit comments

Comments
 (0)