Skip to content

Commit a7ef596

Browse files
print
1 parent fc39d8c commit a7ef596

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

runner-entrypoint.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ else
1414
echo "Required file on path 'GITHUB_EVENT_PATH' not exists"
1515
fi
1616

17+
echo "$CF_API_KEY"
18+
1719
codefresh auth create-context context --api-key $CF_API_KEY
1820
codefresh auth use-contex context
1921

@@ -23,4 +25,4 @@ then
2325
codefresh run $PIPELINE_NAME --trigger=$TRIGGER_NAME --branch=$BRANCH
2426
else
2527
codefresh run $PIPELINE_NAME --branch=$BRANCH
26-
fi
28+
fi

0 commit comments

Comments
 (0)