Skip to content

Commit 8a15473

Browse files
committed
ci: e2e not download if pass
1 parent 22cbb6b commit 8a15473

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab/ci/e2e.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
LOG_LEVEL: "info"
2727
MARKERS: ""
2828
ARGS: ""
29-
FORCE_DOWNLOAD: "true"
29+
FORCE_DOWNLOAD: "false"
3030
tags:
3131
- on-prem-amd64
3232
extends:
@@ -67,7 +67,6 @@ smoke-zmq-tsan:
6767
MARKERS: "smoke and not tcp and not multiue"
6868
ARGS: "-x"
6969
LOG_LEVEL: "debug"
70-
FORCE_DOWNLOAD: "false"
7170
needs:
7271
- job: "avx2 [tsan, cached]"
7372
artifacts: true

0 commit comments

Comments
 (0)