Skip to content

Commit

Permalink
fix tapis templates location
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Nov 16, 2023
1 parent 62c9a50 commit c57de0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/src/backend/views/ETLPipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def post(self, request, group_id, *_, **__):
return Conflict(f"A Pipeline already exists with the id '{body.id}'")

# Clone the git repository that contains the pipeline and task definitions that will be used
tapis_owe_templates_dir = "/tmp/git/tapis-owe-templates"
tapis_owe_templates_dir = "/tmp/git/tapis-workflows-task-templates"
cloned = os.path.exists(tapis_owe_templates_dir)
if not cloned:
try:
Expand Down

0 comments on commit c57de0d

Please sign in to comment.