0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-09-19 15:12:44 +02:00

ci: remove deps step

This commit is contained in:
Robert Kaussow 2023-08-21 14:05:57 +02:00
parent 82e7c318f0
commit 1c7971a2f6
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -6,11 +6,6 @@ when:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
deps:
image: docker.io/library/golang:1.21
commands:
- make deps
lint:
image: docker.io/library/golang:1.21
commands: