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 bbd25b6 commit b687a67Copy full SHA for b687a67
build-yocto-genivi/run-gocd-agent.sh
@@ -1,5 +1,17 @@
1
#!/bin/bash
2
+
3
+# ===========================================================================
4
+# Project: gmacario/easy-build
5
+#
6
# Run as a GoCD Agent
7
8
+# Example of usage
9
10
+# $ docker run -d --user=go \
11
+# --hostname my-genivigo-testagent \
12
+# --workdir /var/lib/go-agent \
13
+# gmacario/build-yocto-genivi /usr/local/bin/run-gocd-agent.sh
14
15
16
# set -x
17
set -e
0 commit comments