summaryrefslogtreecommitdiffstats
path: root/.papr.sh
diff options
context:
space:
mode:
authorJonathan Lebon <jlebon@redhat.com>2017-06-13 11:51:23 -0400
committerJonathan Lebon <jlebon@redhat.com>2017-06-14 13:28:37 -0400
commitb122e6a655a3a9807ea38741bfc6be6cc5f28436 (patch)
treef692537c988562882be106916cbab3a534bc5b49 /.papr.sh
parentd840f53aaaf4243c412ed1652ea74bccedcaa54b (diff)
downloadopenshift-b122e6a655a3a9807ea38741bfc6be6cc5f28436.tar.gz
openshift-b122e6a655a3a9807ea38741bfc6be6cc5f28436.tar.bz2
openshift-b122e6a655a3a9807ea38741bfc6be6cc5f28436.tar.xz
openshift-b122e6a655a3a9807ea38741bfc6be6cc5f28436.zip
papr: add documentation to YAML and simplify context
Don't duplicate the actual image tag used in the context. Just print it in the logs instead. That way there's no risk of it being outdated when we bump the tag in the YAML.
Diffstat (limited to '.papr.sh')
-rwxr-xr-x.papr.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.papr.sh b/.papr.sh
index aedf2527b..fe0b97b68 100755
--- a/.papr.sh
+++ b/.papr.sh
@@ -1,6 +1,8 @@
#!/bin/bash
set -xeuo pipefail
+echo "Targeting OpenShift Origin $OPENSHIFT_IMAGE_TAG"
+
pip install -r requirements.txt
# ping the nodes to check they're responding and register their ostree versions