Skip to content

Commit

Permalink
Add example of usage
Browse files Browse the repository at this point in the history
Signed-off-by: Gianpaolo Macario <[email protected]>
  • Loading branch information
Gianpaolo Macario committed Jan 26, 2016
1 parent bbd25b6 commit b687a67
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build-yocto-genivi/run-gocd-agent.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
#!/bin/bash

# ===========================================================================
# Project: gmacario/easy-build
#
# Run as a GoCD Agent
#
# Example of usage
#
# $ docker run -d --user=go \
# --hostname my-genivigo-testagent \
# --workdir /var/lib/go-agent \
# gmacario/build-yocto-genivi /usr/local/bin/run-gocd-agent.sh
# ===========================================================================

# set -x
set -e
Expand Down

0 comments on commit b687a67

Please sign in to comment.