Skip to content

Commit

Permalink
fix(build): cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Nov 21, 2024
1 parent 1e08aa2 commit ba1ace0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ check: check-docker ## Check requirements

.PHONY: init
init: ## Initialize environment
$(VENV)/bin/pre-commit install
@pre-commit install

.PHONY: validate
validate: ## Execute git-hooks
Expand Down
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"

source "${SCRIPT_DIR}/hack/scripts/commons.sh"

# echo_info "[portefaix-distroless] Download dependencies"
# rm -fr packages
# ${SCRIPT_DIR}/deps.sh
echo_info "[portefaix-distroless] Download dependencies"
rm -fr packages
"${SCRIPT_DIR}/deps.sh"

echo_info "[portefaix-distroless] Generate temporary key"
test -f melange.rsa || docker run --rm -it --privileged \
Expand Down
6 changes: 3 additions & 3 deletions deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ source "${SCRIPT_DIR}/hack/scripts/commons.sh"
# renovate: datasource=github-tags depName=kubernetes/kubernetes
KUBECTL_VERSION=v1.31.3
# renovate: datasource=github-tags depName=github.com/helm/helm
HELM_VERSION="v3.11.3"
HELM_VERSION=v3.11.3
# renovate: datasource=github-tags depName=kubernetes-sigs/kustomize
KUSTOMIZE_VERSION="v5.0.1"
KUSTOMIZE_VERSION=v5.0.1
# renovate: datasource=github-tags depName=jqlang/jq
JQ_VERSION="1.7.1"
JQ_VERSION=1.7.1
# renovate: datasource=github-tags depName=mikefarah/yq
YQ_VERSION=v4.44.5
# renovate: datasource=github-tags depName=instrumenta/kubeval
Expand Down

0 comments on commit ba1ace0

Please sign in to comment.