Skip to content

Commit c5e5a8f

Browse files
committed
remove actions.txt
1 parent c0ae09b commit c5e5a8f

File tree

3 files changed

+0
-51
lines changed

3 files changed

+0
-51
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,6 @@ all-platforms-docker: all-platforms
448448
docker build --build-arg BINARY_PATH=bin/linux/amd64 -f fast.Dockerfile -t manager-amd64 .
449449
docker build --build-arg BINARY_PATH=bin/linux/arm64 -f fast.Dockerfile -t manager-arm64 .
450450

451-
actions.txt: .github/workflows/ ## List GitHub Action dependencies
452-
./scripts/list-actions.sh > $@
453-
454451
.PHONY: check-major-version
455452
check-major-version: ## Check that VERSION starts with MAJOR_VERSION
456453
@VERSION_MAJOR=$$(echo "$(VERSION)" | cut -d. -f1 | sed 's/v//'); \

actions.txt

Lines changed: 0 additions & 18 deletions
This file was deleted.

scripts/list-actions.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)