Skip to content
Snippets Groups Projects
Commit 100303df authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Adding project_branch selection patch to build-only.

parent ff4b968b
No related branches found
No related tags found
1 merge request!9Build only
Pipeline #19220 passed
...@@ -68,7 +68,7 @@ function configure_and_install_autosubmit() { ...@@ -68,7 +68,7 @@ function configure_and_install_autosubmit() {
function setup_project() { function setup_project() {
local EXPID=$1 local EXPID=$1
PROJECT_ORIGIN="https://gitlab.physik.uni-muenchen.de/w2w/autoicon.git" PROJECT_ORIGIN="https://gitlab.physik.uni-muenchen.de/w2w/autoicon.git"
PROJECT_BRANCH="master" : ${PROJECT_BRANCH:="master"}
# If experiment directory doesn't exist, create it and set up the experiment # If experiment directory doesn't exist, create it and set up the experiment
if [ ! -e autosubmit/$EXPID/ ]; then if [ ! -e autosubmit/$EXPID/ ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment