Skip to content

Commit 17b8289

Browse files
Merge branch 'main' into artifacts.restore.fix
2 parents 89740aa + 987bb2c commit 17b8289

File tree

1 file changed

+1
-1
lines changed
  • redis_benchmarks_specification/__builder__

1 file changed

+1
-1
lines changed

redis_benchmarks_specification/__builder__/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,6 @@ def store_airgap_image_redis(conn, docker_client, run_image):
521521
run_image, airgap_key
522522
)
523523
)
524-
525524
# 7 days expire
526525
binary_exp_secs = 24 * 60 * 60 * 7
527526
if conn.exists(airgap_key):
@@ -546,6 +545,7 @@ def store_airgap_image_redis(conn, docker_client, run_image):
546545
)
547546

548547

548+
549549
def generate_benchmark_stream_request(
550550
id,
551551
conn,

0 commit comments

Comments
 (0)