Skip to content

Commit 743f008

Browse files
Update runner-entrypoint.sh
1 parent 2c92a17 commit 743f008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runner-entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ fi
1212

1313
codefresh auth create-context mycontext --api-key $CF_API_KEY
1414
codefresh auth use-contex mycontext
15-
16-
codefresh run $PIPELINE_NAME --trigger=$TRIGGER_NAME --sha=$GITHUB_SHA --branch=$BRANCH
15+
echo $CF_API_KEY
16+
codefresh run $PIPELINE_NAME --trigger=$TRIGGER_NAME --sha=$GITHUB_SHA --branch=$BRANCH

0 commit comments

Comments
 (0)