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 743f008 commit 99ef248Copy full SHA for 99ef248
runner-entrypoint.sh
@@ -10,7 +10,9 @@ then
10
BRANCH=$(cat $GITHUB_EVENT_PATH | jq -r head.ref)
11
fi
12
13
-codefresh auth create-context mycontext --api-key $CF_API_KEY
14
-codefresh auth use-contex mycontext
15
-echo $CF_API_KEY
16
-codefresh run $PIPELINE_NAME --trigger=$TRIGGER_NAME --sha=$GITHUB_SHA --branch=$BRANCH
+echo "branch is $BRANCH"
+
+codefresh auth create-context context --api-key $CF_API_KEY
+codefresh auth use-contex context
17
18
+codefresh run $PIPELINE_NAME --trigger=$TRIGGER_NAME --branch=$BRANCH
0 commit comments