Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericzzzzzzz committed Nov 16, 2023
1 parent a9305d7 commit 1619fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ integration-in-k3d: skaffold-builder

.PHONY: integration-in-docker
integration-in-docker: skaffold-builder-ci
docker run --rm \
docker run --rm --privileged \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $(HOME)/.config/gcloud:/root/.config/gcloud \
-v $(GOOGLE_APPLICATION_CREDENTIALS):$(GOOGLE_APPLICATION_CREDENTIALS) \
Expand All @@ -299,7 +299,7 @@ integration-in-docker: skaffold-builder-ci
-e INTEGRATION_TEST_ARGS=$(INTEGRATION_TEST_ARGS) \
-e IT_PARTITION=$(IT_PARTITION) \
gcr.io/$(GCP_PROJECT)/skaffold-builder \
make integration
mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc && make integration

.PHONY: submit-build-trigger
submit-build-trigger:
Expand Down
1 change: 0 additions & 1 deletion deploy/skaffold/Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge
openjdk-17-jdk \
software-properties-common \
jq \
qemu-user-static \
apt-transport-https && \
rm -rf /var/lib/apt/lists/*
COPY --from=golang:1.21.0 /usr/local/go /usr/local/go
Expand Down

0 comments on commit 1619fe7

Please sign in to comment.