Skip to content

Commit

Permalink
Update knapsack_pro_queue_rspec_record_first_run
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturT committed Dec 28, 2023
1 parent c321ee3 commit 27247ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/knapsack_pro_queue_rspec_record_first_run
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# bin/knapsack_pro_queue_rspec_record_first_run 1 2 commit-v1 ci-build-1

RANDOM_CI_BUILD_ID=$(openssl rand -base64 32)
CI_BUILD_ID=${3:-$RANDOM_CI_BUILD_ID}
CI_BUILD_ID=${4:-$RANDOM_CI_BUILD_ID}
COMMIT_HASH=$(ruby -e "require 'securerandom'; puts SecureRandom.hex")
BRANCH_NAME=fake-branch

Expand Down

0 comments on commit 27247ef

Please sign in to comment.