Skip to content

Commit 099e492

Browse files
committed
Fixed circleci config and lint issues
Signed-off-by: Marco Pracucci <[email protected]>
1 parent 2be988a commit 099e492

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
command: |
142142
export CORTEX_IMAGE_PREFIX="${IMAGE_PREFIX:-quay.io/cortexproject/}"
143143
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"
145145
echo "Running integration tests with image: $CORTEX_IMAGE"
146146
go test -timeout 300s -v -count=1 ./integration
147147

integration/util.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ var (
1717
mergeFlags = e2e.MergeFlags
1818
newDynamoClient = e2edb.NewDynamoClient
1919
generateSeries = e2e.GenerateSeries
20-
buildArgs = e2e.BuildArgs
2120
)
2221

2322
func getCortexProjectDir() string {

0 commit comments

Comments
 (0)