Skip to content

Commit bd66f8c

Browse files
authored
Merge pull request #53 from mulkieran/remove-manifest-path
Remove MANIFEST_PATH environment variable
2 parents 32ecbad + c917991 commit bd66f8c

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ else
33
FEDORA_RELEASE_ARGS = --release=${FEDORA_RELEASE}
44
endif
55

6-
ifeq ($(origin MANIFEST_PATH), undefined)
7-
else
8-
MANIFEST_PATH_ARGS = --manifest-path=${MANIFEST_PATH}
9-
endif
10-
116
ifeq ($(origin CLIPPY_FIX), undefined)
127
CLIPPY_OPTS = --all-targets --no-deps
138
else
@@ -29,7 +24,7 @@ test-compare-fedora-versions:
2924
test -e "${COMPARE_FEDORA_VERSIONS}"
3025

3126
check-fedora-versions: test-compare-fedora-versions
32-
${COMPARE_FEDORA_VERSIONS} ${MANIFEST_PATH_ARGS} ${FEDORA_RELEASE_ARGS} ${IGNORE_ARGS}
27+
${COMPARE_FEDORA_VERSIONS} ${FEDORA_RELEASE_ARGS} ${IGNORE_ARGS}
3328

3429
yamllint:
3530
yamllint --strict .github/workflows/*.yml

0 commit comments

Comments
 (0)