Skip to content

Commit b9251ce

Browse files
test run
1 parent cf2f654 commit b9251ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

runner-entrypoint.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#!/bin/sh
22

33
echo ------------------
4-
echo $GITHUB_SHA
54

5+
#codefresh auth create-context mycontext --api-key $CF_API_KEY
6+
#codefresh auth use-contex mycontext
67

7-
codefresh auth create-context mycontext --api-key $CF_API_KEY
8-
codefresh auth use-contex mycontext
8+
cd $GITHUB_EVENT_PATH
9+
ls
10+
echo cat event.json
911

10-
cd $GITHUB_EVENT_PATH && cat event.json
11-
12-
codefresh run $PIPELINE_NAME --trigger=$TRIGGER_NAME --sha=$GITHUB_SHA --branch=$BRANCH
12+
#codefresh run $PIPELINE_NAME --trigger=$TRIGGER_NAME --sha=$GITHUB_SHA --branch=$BRANCH
1313

1414
echo =======================
1515

0 commit comments

Comments
 (0)