From 27247ef376629fad351d333c74c38ceea4ff8e35 Mon Sep 17 00:00:00 2001 From: Artur Trzop Date: Thu, 28 Dec 2023 15:54:05 +0100 Subject: [PATCH] Update knapsack_pro_queue_rspec_record_first_run --- bin/knapsack_pro_queue_rspec_record_first_run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/knapsack_pro_queue_rspec_record_first_run b/bin/knapsack_pro_queue_rspec_record_first_run index e545b7d..7b73337 100755 --- a/bin/knapsack_pro_queue_rspec_record_first_run +++ b/bin/knapsack_pro_queue_rspec_record_first_run @@ -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