ci: test PR flow
ZeroDownTime/jenkins-hugo/pipeline/head This commit looks good Details
ZeroDownTime/jenkins-hugo/pipeline/pr-main This commit looks good Details

This commit is contained in:
Stefan Reimer 2022-12-22 12:01:08 +00:00
parent cc64a5ed71
commit 152c9cbd47
1 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,7 @@ ifneq ($(TRIVY_REMOTE),)
TRIVY_OPTS := --server $(TRIVY_REMOTE)
endif
#.SILENT: ; # no need for @
.SILENT: ; # no need for @
.ONESHELL: ; # recipes execute in same shell
.NOTPARALLEL: ; # wait for this target to finish
.EXPORT_ALL_VARIABLES: ; # send all vars to shell
@ -30,7 +30,6 @@ help: ## Show Help
grep -E '^[a-zA-Z_-]+:.*?## .*$$' .ci/podman.mk | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
build: ## Build the app
printenv
buildah build --rm --layers -t $(IMAGE):$(TAG)-$(_ARCH) --build-arg TAG=$(TAG) --build-arg ARCH=$(_ARCH) --platform linux/$(_ARCH) .
test: rm-test-image ## Execute Dockerfile.test