Skip to content

Commit a13aaa6

Browse files
committed
Removed bad targets from Makefile
1 parent e637f60 commit a13aaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ S3_KEY := $(shell sops decrypt secrets/secrets.yaml | grep ^s3_key
55
S3_ACCESS_KEY := $(shell sops decrypt secrets/secrets.yaml | grep ^s3_access_key | cut -d ' ' -f 2)
66
S3_SECRET_KEY := $(shell sops decrypt secrets/secrets.yaml | grep ^s3_secret_key | cut -d ' ' -f 2)
77

8-
.PHONY: help init plan apply test pre-commit-check-deps pre-commit-install-hooks argocd-login argocd-sync sync clean
8+
.PHONY: help init plan apply test pre-commit-check-deps pre-commit-install-hooks clean
99

1010
help:
1111
@echo "General targets"

0 commit comments

Comments
 (0)