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 3bc8173 commit f4f10b6Copy full SHA for f4f10b6
entrypoint.sh
@@ -1,5 +1,8 @@
1
#/bin/sh
2
3
+echo $RUNNER_ORG
4
+echo $RUNNER_TOKEN
5
+
6
cd /runner && \
7
./config.sh --url $RUNNER_ORG --token $RUNNER_TOKEN &&
8
./run.sh &
0 commit comments