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 d44a327 commit 397cf1aCopy full SHA for 397cf1a
.codefresh/test-agent.yaml
@@ -13,7 +13,7 @@ steps:
13
title: 'Create namespace in Kuberentes'
14
image: codefresh/kube-helm
15
commands:
16
- - kubectl config set-context $KUBE_CONTEXT
+ - kubectl config use-context $KUBE_CONTEXT
17
- kubectl create namespace $KUBE_NAMESPACE
18
19
install_agent:
@@ -62,7 +62,7 @@ steps:
62
title: Report failure to Slack
63
type: slack-message-sender
64
arguments:
65
- WEBHOOK_URL: $SLACK_WEBHOOK_URL
+ WEBHOOK_URL: ${{SLACK_WEBHOOK_URL}}
66
MESSAGE: "Venona installation failed, link: $CF_BUILD_URL"
67
when:
68
steps:
0 commit comments