We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e637f60 commit a13aaa6Copy full SHA for a13aaa6
Makefile
@@ -5,7 +5,7 @@ S3_KEY := $(shell sops decrypt secrets/secrets.yaml | grep ^s3_key
5
S3_ACCESS_KEY := $(shell sops decrypt secrets/secrets.yaml | grep ^s3_access_key | cut -d ' ' -f 2)
6
S3_SECRET_KEY := $(shell sops decrypt secrets/secrets.yaml | grep ^s3_secret_key | cut -d ' ' -f 2)
7
8
-.PHONY: help init plan apply test pre-commit-check-deps pre-commit-install-hooks argocd-login argocd-sync sync clean
+.PHONY: help init plan apply test pre-commit-check-deps pre-commit-install-hooks clean
9
10
help:
11
@echo "General targets"
0 commit comments