Skip to content
Snippets Groups Projects

back out almapipe changes

Merged Charlotte Hausman requested to merge relocatable_workflows into main
2 files
+ 7
13
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -31,6 +31,9 @@ class CapoInjector:
logger.info(f"current profile: {current}")
if RemoteProcessingSites.NAASC.value in self.request.argument:
# for local testing only
# if current == "docker":
# return "naasc-dev"
system = current.split("-")[1]
remote_profile = "naasc-" + system
logger.info(f"profile for request: {remote_profile}")
Loading