aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-25 15:57:08 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-25 15:57:08 +0100
commitf9668a913c9acd01cd457592874373c6c0fd0c26 (patch)
tree73ca382ed635ba1063db22b13299999fdf6ddb53
parentea42ca046a624ad6cdfcf8593b8145c59c3f1820 (diff)
downloads2i-virtio-spec-f9668a913c9acd01cd457592874373c6c0fd0c26.tar.gz
debug
-rwxr-xr-xs2i/bin/assemble5
1 files changed, 3 insertions, 2 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble
index ff75bf2..6417958 100755
--- a/s2i/bin/assemble
+++ b/s2i/bin/assemble
@@ -25,8 +25,9 @@ echo "---> Building virtio spec ..."
(cd virtio-spec;
export SPECDOC=$(cat REVISION);
if test "$OPENSHIFT_BUILD_REFERENCE" != ""; then
- SPECDOC="$SPECDOC-$OPENSHIFT_BUILD_REFERENCE"
- fi
+ SPECDOC="$SPECDOC-$OPENSHIFT_BUILD_REFERENCE";
+ fi;
+ echo "- $SPECDOC -"
sh makeall.sh)
echo "---> Move docs output ..."