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 cf2f654 commit b9251ceCopy full SHA for b9251ce
runner-entrypoint.sh
@@ -1,15 +1,15 @@
1
#!/bin/sh
2
3
echo ------------------
4
-echo $GITHUB_SHA
5
+#codefresh auth create-context mycontext --api-key $CF_API_KEY
6
+#codefresh auth use-contex mycontext
7
-codefresh auth create-context mycontext --api-key $CF_API_KEY
8
-codefresh auth use-contex mycontext
+cd $GITHUB_EVENT_PATH
9
+ls
10
+echo cat event.json
11
-cd $GITHUB_EVENT_PATH && cat event.json
-
12
-codefresh run $PIPELINE_NAME --trigger=$TRIGGER_NAME --sha=$GITHUB_SHA --branch=$BRANCH
+#codefresh run $PIPELINE_NAME --trigger=$TRIGGER_NAME --sha=$GITHUB_SHA --branch=$BRANCH
13
14
echo =======================
15
0 commit comments