Skip to content

Commit

Permalink
set env var QAWOLF_RUN_ID after notify_deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
smonn committed Oct 17, 2024
1 parent 8e8dbdf commit 79ec134
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def self.run(params)

run_id = Helper::QawolfHelper.notify_deploy(qawolf_api_key, qawolf_base_url, options)

ENV["QAWOLF_RUN_ID"] = run_id

UI.success("🐺 QA Wolf triggered run: #{run_id}")
UI.success("🐺 Setting environment variable QAWOLF_RUN_ID = #{run_id}")

Expand Down

0 comments on commit 79ec134

Please sign in to comment.