Skip to content

Commit cbee5dc

Browse files
author
Martin Jackson
committed
Move script to scripts dir and call it from there
1 parent 088bd27 commit cbee5dc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TARGET_BRANCH=$(shell git branch --show-current)
1111
# it needs to be datacenter because that's where the CI components run.
1212
# SECRET_NAME: The name of the secret to manage
1313
argosecret:
14-
PATTERN="$(PATTERN)" TARGET_NAMESPACE="$(TARGET_NAMESPACE)" COMPONENT="$(COMPONENT)" SECRET_NAME="$(SECRET_NAME)" common/secret.sh
14+
PATTERN="$(PATTERN)" TARGET_NAMESPACE="$(TARGET_NAMESPACE)" COMPONENT="$(COMPONENT)" SECRET_NAME="$(SECRET_NAME)" common/scripts/secret.sh
1515

1616
# Makefiles in the individual patterns should call these targets explicitly
1717
# e.g. from industrial-edge: make -f common/Makefile show
File renamed without changes.

0 commit comments

Comments
 (0)