Skip to content

Commit

Permalink
lint makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Sep 8, 2023
1 parent 94e1563 commit 522abe5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions resources/io/jenkins/infra/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ GIT_SCM_URL ?= $(shell git config --get remote.origin.url)
SCM_URI ?= $(subst git@github.com:,https://github.com/,"$(GIT_SCM_URL)")
BUILD_DATE ?= $(shell date --utc '+%Y-%m-%dT%H:%M:%S' 2>/dev/null || gdate --utc '+%Y-%m-%dT%H:%M:%S')

export IMAGE_DEPLOY_NAME \
TAG_NAME \
BAKE_TARGETPLATFORMS \
IMAGE_DOCKERFILE \
IMAGE_DIR \
GIT_COMMIT_REV \
GIT_SCM_URL \
BUILD_DATE \
export IMAGE_DEPLOY_NAME \
TAG_NAME \
BAKE_TARGETPLATFORMS \
IMAGE_DOCKERFILE \
IMAGE_DIR \
GIT_COMMIT_REV \
GIT_SCM_URL \
BUILD_DATE \
SCM_URI

help: ## Show this Makefile's help
Expand Down

0 comments on commit 522abe5

Please sign in to comment.