File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defaults: &defaults
5
5
docker :
6
6
# IMPORTANT: whenever you change the build-image version tag, remember to replace it
7
7
# across the entire file (there are multiple references).
8
- - image : quay.io/cortexproject/build-image:update-build-image-b0c352514
8
+ - image : quay.io/cortexproject/build-image:update-build-image-a826c0784
9
9
working_directory : /go/src/github.com/cortexproject/cortex
10
10
11
11
filters : &filters
91
91
92
92
test :
93
93
docker :
94
- - image : quay.io/cortexproject/build-image:update-build-image-b0c352514
94
+ - image : quay.io/cortexproject/build-image:update-build-image-a826c0784
95
95
- image : cassandra:3.11
96
96
environment :
97
97
JVM_OPTS : " -Xms1024M -Xmx1024M"
@@ -115,7 +115,7 @@ jobs:
115
115
name : Integration Test
116
116
command : |
117
117
touch build-image/.uptodate
118
- MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations make BUILD_IMAGE=quay.io/cortexproject/build-image:update-build-image-b0c352514 configs-integration-test
118
+ MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations make BUILD_IMAGE=quay.io/cortexproject/build-image:update-build-image-a826c0784 configs-integration-test
119
119
120
120
integration :
121
121
machine :
You can’t perform that action at this time.
0 commit comments