fix: e2e tests safe git directory

pull/1076/head
iwilltry42 2 years ago
parent 4da941d396
commit 1009992b5a
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
  1. 2
      Makefile
  2. 1
      tests/dind.sh

@ -88,7 +88,7 @@ GO_SRC += $(foreach dir,$(REC_DIRS),$(shell find $(dir) -name "*.go"))
########## Required Tools ##########
# Go Package required
PKG_GOX := github.com/mitchellh/gox@v1.0.1
PKG_GOLANGCI_LINT_VERSION := 1.43.0
PKG_GOLANGCI_LINT_VERSION := 1.46.1
PKG_GOLANGCI_LINT_SCRIPT := https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh
PKG_GOLANGCI_LINT := github.com/golangci/golangci-lint/cmd/golangci-lint@v${PKG_GOLANGCI_LINT_VERSION}

@ -82,6 +82,7 @@ done
# build helper container images
if [ -z "$E2E_HELPER_IMAGE_TAG" ]; then
docker exec "$k3de2e" git config --global --add safe.directory /src
docker exec --workdir /src "$k3de2e" make -j2 build-helper-images
# execute tests
echo "Start time outside runner: $(date)"

Loading…
Cancel
Save