@@ -31,7 +31,7 @@ dependencies:
3131 # Checking installed packages and their versions
3232 - pip3 list
3333 # PATH required for tests
34- - export PYTHONPATH=${CI_PROJECT_DIR}/jube2 :${PYTHONPATH}
34+ - export PYTHONPATH=${CI_PROJECT_DIR}/jube :${PYTHONPATH}
3535
3636.clone_repo : &clone_repo
3737 before_script :
@@ -84,7 +84,7 @@ build:year:
8484
8585build:version :
8686 variables :
87- FILE_LIST : jube2 /conf.py docs/conf.py setup.py
87+ FILE_LIST : jube /conf.py docs/conf.py setup.py
8888 COMMIT_MESSAGE : " Updating Version"
8989 stage : build
9090 script :
@@ -95,7 +95,7 @@ build:version:
9595 # Updating version in files
9696 - |
9797 sed -i "s/'version': '.*'/'version': '${RELEASE}'/g" ${CI_PROJECT_DIR}/${CI_JOB_NAME#*:}/setup.py
98- - sed -i "s/JUBE_VERSION = \".*\"/JUBE_VERSION = \"${RELEASE}\"/g" ${CI_PROJECT_DIR}/${CI_JOB_NAME#*:}/jube2 /conf.py
98+ - sed -i "s/JUBE_VERSION = \".*\"/JUBE_VERSION = \"${RELEASE}\"/g" ${CI_PROJECT_DIR}/${CI_JOB_NAME#*:}/jube /conf.py
9999 - sed -i "s/version = '.*'/version = '${VERSION}'/g" ${CI_PROJECT_DIR}/${CI_JOB_NAME#*:}/docs/conf.py
100100 - sed -i "s/release = '.*'/release = '${RELEASE}'/g" ${CI_PROJECT_DIR}/${CI_JOB_NAME#*:}/docs/conf.py
101101 << : *push_files
@@ -122,7 +122,7 @@ build:release_notes:
122122
123123build:help :
124124 variables :
125- FILE_LIST : jube2 /help.txt
125+ FILE_LIST : jube /help.txt
126126 COMMIT_MESSAGE : " Updating $FILE_LIST"
127127 stage : build
128128 script :
@@ -280,4 +280,4 @@ pages:production:
280280 - " sshpass -e -P 'passphrase for key' rsync -rlgoDzP --del docs/_build/html/* apps_jube_docu:docu/"
281281 environment :
282282 name : production
283- url : https://apps.fz-juelich.de/jsc/jube/jube2 /docu/
283+ url : https://apps.fz-juelich.de/jsc/jube/jube /docu/
0 commit comments