Skip to content

Commit

Permalink
Merge pull request #418 from nextstrain/notify-on-job-start-dir
Browse files Browse the repository at this point in the history
Add build dir for notify-on-job-start
  • Loading branch information
joverlee521 authored Sep 7, 2023
2 parents 21b2eb8 + 657df8a commit 5aed3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ onstart:
print(f"\t${{{var}}}: " + ("YES" if os.environ.get(var, "") else "NO") + f"({description})")
if send_notifications:
message="🥗 GISAID ingest" if database=="gisaid" else "🥣 GenBank ingest"
shell(f"./vendored/notify-on-job-start \"{message}\" nextstrain/ncov-ingest")
shell(f"./vendored/notify-on-job-start \"{message}\" nextstrain/ncov-ingest '.'")

onsuccess:
message = "✅ This pipeline has successfully finished 🎉"
Expand Down

0 comments on commit 5aed3ed

Please sign in to comment.