Skip to content

Commit

Permalink
Change Makefile formatting indentation to spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Artiom Diomin <[email protected]>
  • Loading branch information
kron4eg committed Sep 18, 2024
1 parent 1bd8eab commit 821b9a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# SPDX-License-Identifier: Apache-2.0

.ONESHELL:
.SHELLFLAGS := -eu -o pipefail -c
SHELL := bash
MAKEFLAGS += --warn-undefined-variables
MAKEFLAGS += --no-builtin-rules
.SHELLFLAGS := -eu -o pipefail -c
SHELL := bash
MAKEFLAGS += --warn-undefined-variables
MAKEFLAGS += --no-builtin-rules
IMAGE_REPOSITORY := ghcr.io/gardener/ingress-gce
IMAGE_TAG := $(shell git describe --tags --always)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repository is dedicated to building [kubernetes/ingress-gce](https://github

Once in a while a new release of the
[kubernetes/ingress-gce](https://github.com/kubernetes/ingress-gce) will be
released and we need to build new docker image. In order to trigger the new
released and we need to build new container image. In order to trigger the new
release one can use two options, tigger the release workflow from the web UI or
from CLI, see more at the
https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/manually-running-a-workflow.
Expand Down

0 comments on commit 821b9a2

Please sign in to comment.