Skip to content

Commit

Permalink
chore: reverts var declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed Dec 1, 2023
1 parent 51d8c5d commit 0d3a574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ SHELL = /usr/bin/env bash -o pipefail
E2E_TEST_FLAGS = "--skip-deletion=false" -timeout 15m # See README.md, default go test timeout 10m

# Default image-build is to not use local odh-manifests folder
IMAGE_BUILD_FLAGS ?= --build-arg FETCH_MANIFESTS=true
IMAGE_BUILD_FLAGS = --build-arg FETCH_MANIFESTS=true

.PHONY: all
all: build
Expand Down

0 comments on commit 0d3a574

Please sign in to comment.