Skip to content
Snippets Groups Projects
Commit cb036a23 authored by Benjamin Wingfield's avatar Benjamin Wingfield
Browse files

set spring profile by namespace

parent 06aca1db
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ parallel --col-sep ' ' \ ...@@ -12,6 +12,7 @@ parallel --col-sep ' ' \
java -Xmx256m \ java -Xmx256m \
-jar {globus_path} \ -jar {globus_path} \
--spring.config.location={globus_parent_path}/config/ \ --spring.config.location={globus_parent_path}/config/ \
--spring.profiles.active={namespace} \
-s \{1} -d $TMPDIR --file_size \{2} -s \{1} -d $TMPDIR --file_size \{2}
# the job _must be_ scheduled on a node with local storage # the job _must be_ scheduled on a node with local storage
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment