summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2017-03-06 17:13:19 +0000
committerGitLab <gitlab@gitlab.com>2017-03-07 15:06:33 +0000
commit8454b2ebe58c9a19e5492eb39b1e5e6c47b7e770 (patch)
treeae909d8dfc7acfee10ab316b15c62d9b79e5e82a
parentc2d6cc84f0b0a27e712395eeac7373002274765a (diff)
downloadybd-ps-fix-concourse-instructions.tar.gz
Fix concourse instructionsps-fix-concourse-instructions
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6d8c446..2e2e46d 100644
--- a/README.md
+++ b/README.md
@@ -197,12 +197,14 @@ To start a local concourse instance:
# in your definitions directory
vagrant init concourse/lite
vagrant up
- # generate pipeline, run concourse.py (same arguments as ybd.py)
- python ../ybd/ybd/concourse.py <target> <arch>
+ # generate pipeline
+ echo "mode: parse-only" >> ./ybd.conf
+ python ../ybd/ybd.py <target> <arch>
fly -t local login -c http://192.168.100.4:8080
fly -t local set-pipeline -p <target> -c <target>.yml
-You can view the local pipelines at <http://192.168.100.4:8080>.
+You can view the local pipelines at <http://192.168.100.4:8080>. Note ybd's
+concourse pipelines are for visualisation only so far - they don't build.
## TODO