Skip to content

Commit bb3cfef

Browse files
author
Andrew Farries
committed
TEMP: Add echo statements
1 parent 9957076 commit bb3cfef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.werft/jobs/build/installer/installer.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,14 @@ EOF`);
172172
}
173173

174174
private configureStripeApiKeys(slice: string) {
175+
exec(`echo copying stripe-api-keys secret to preview environment...`);
175176
exec(
176177
`kubectl --kubeconfig ${CORE_DEV_KUBECONFIG_PATH} -n werft get secret stripe-api-keys -o yaml > stripe-api-keys.secret.yaml`,
177178
);
178179
exec(`yq w -i stripe-api-keys.secret.yaml metadata.namespace "default"`);
179180
exec(`kubectl --kubeconfig "${this.options.kubeconfigPath}" apply -f stripe-api-keys.secret.yaml`);
180181
exec(`rm -f stripe-api-keys.secret.yaml`);
182+
exec(`echo copied stripe-api-keys secret to preview environment...`);
181183
}
182184

183185
// auth-provider-secret.yml is a file generated by this job by reading a secret from core-dev cluster

0 commit comments

Comments
 (0)