From b122e6a655a3a9807ea38741bfc6be6cc5f28436 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 13 Jun 2017 11:51:23 -0400 Subject: 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. --- .papr.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to '.papr.sh') 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 -- cgit v1.2.1