Skip to content

Commit b687a67

Browse files
author
Gianpaolo Macario
committed
Add example of usage
Signed-off-by: Gianpaolo Macario <gianpaolo_macario@mentor.com>
1 parent bbd25b6 commit b687a67

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

build-yocto-genivi/run-gocd-agent.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
#!/bin/bash
2+
3+
# ===========================================================================
4+
# Project: gmacario/easy-build
5+
#
26
# 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+
# ===========================================================================
315

416
# set -x
517
set -e

0 commit comments

Comments
 (0)