Skip to content

Commit 01bdbea

Browse files
author
Oleg Sucharevich
committed
set branch name on codefresh run cmd
1 parent 397cf1a commit 01bdbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codefresh/test-agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
commands:
2424
# Install agent, runtime and attach it
2525
- codefresh install agent --name $AGENT_NAME --kube-namespace $KUBE_NAMESPACE --install-runtime --kube-context-name $KUBE_CONTEXT --kube-config-path $KUBECONFIG
26-
- codefresh run $TEST_PIPELINE_ID
26+
- codefresh run -b master $TEST_PIPELINE_ID
2727
when:
2828
steps:
2929
- name: create_namespace

0 commit comments

Comments
 (0)