File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2.1
3
3
# https://circleci.com/blog/circleci-hacks-reuse-yaml-in-your-circleci-config-with-yaml/
4
4
defaults : &defaults
5
5
docker :
6
- - image : cortexproject/build-image:master-114312d34
6
+ - image : cortexproject/build-image:master-94ba16ade
7
7
working_directory : /go/src/github.com/cortexproject/cortex
8
8
9
9
workflows :
89
89
name : Integration Test
90
90
command : |
91
91
touch build-image/.uptodate
92
- MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations make BUILD_IMAGE=cortexproject/build-image:master-114312d34 configs-integration-test
92
+ MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations make BUILD_IMAGE=cortexproject/build-image:master-94ba16ade configs-integration-test
93
93
- run :
94
94
name : Load Images
95
95
command : ln -s /tmp/images ./images; make BUILD_IN_CONTAINER=false load-images
You can’t perform that action at this time.
0 commit comments