Skip to content

Commit 397cf1a

Browse files
author
Oleg Sucharevich
committed
fix agent references in test agent yaml
1 parent d44a327 commit 397cf1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.codefresh/test-agent.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
title: 'Create namespace in Kuberentes'
1414
image: codefresh/kube-helm
1515
commands:
16-
- kubectl config set-context $KUBE_CONTEXT
16+
- kubectl config use-context $KUBE_CONTEXT
1717
- kubectl create namespace $KUBE_NAMESPACE
1818

1919
install_agent:
@@ -62,7 +62,7 @@ steps:
6262
title: Report failure to Slack
6363
type: slack-message-sender
6464
arguments:
65-
WEBHOOK_URL: $SLACK_WEBHOOK_URL
65+
WEBHOOK_URL: ${{SLACK_WEBHOOK_URL}}
6666
MESSAGE: "Venona installation failed, link: $CF_BUILD_URL"
6767
when:
6868
steps:

0 commit comments

Comments
 (0)