File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141
141
command : |
142
142
export CORTEX_IMAGE_PREFIX="${IMAGE_PREFIX:-quay.io/cortexproject/}"
143
143
export CORTEX_IMAGE="${CORTEX_IMAGE_PREFIX}cortex:${CIRCLE_TAG:-$(./tools/image-tag)}"
144
- export CORTEX_CHECKOUT_DIR="~ /.go_workspace/src/github.com/cortexproject/cortex"
144
+ export CORTEX_CHECKOUT_DIR="/home/circleci /.go_workspace/src/github.com/cortexproject/cortex"
145
145
echo "Running integration tests with image: $CORTEX_IMAGE"
146
146
go test -timeout 300s -v -count=1 ./integration
147
147
Original file line number Diff line number Diff line change 17
17
mergeFlags = e2e .MergeFlags
18
18
newDynamoClient = e2edb .NewDynamoClient
19
19
generateSeries = e2e .GenerateSeries
20
- buildArgs = e2e .BuildArgs
21
20
)
22
21
23
22
func getCortexProjectDir () string {
You can’t perform that action at this time.
0 commit comments