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 2c92a17 commit 743f008Copy full SHA for 743f008
runner-entrypoint.sh
@@ -12,5 +12,5 @@ fi
12
13
codefresh auth create-context mycontext --api-key $CF_API_KEY
14
codefresh auth use-contex mycontext
15
-
16
-codefresh run $PIPELINE_NAME --trigger=$TRIGGER_NAME --sha=$GITHUB_SHA --branch=$BRANCH
+echo $CF_API_KEY
+codefresh run $PIPELINE_NAME --trigger=$TRIGGER_NAME --sha=$GITHUB_SHA --branch=$BRANCH
0 commit comments