diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-03-04 16:12:55 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-03-04 16:12:55 +0100 |
commit | 25f18300d0eb482f142ff10eb5f6a3691f358981 (patch) | |
tree | 53f55f46c1418efe411d48325a57ec1974b5ea55 | |
parent | 8d37295620b42c0de1f3cdba6168ecdd0b208046 (diff) | |
download | s2i-virtio-spec-25f18300d0eb482f142ff10eb5f6a3691f358981.tar.gz |
use post hook
-rwxr-xr-x | s2i/bin/assemble | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble index f4604ba..77ea1e9 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -55,7 +55,4 @@ $(set | egrep '^(OPENSHIFT|DESC|SUMMARY)') --> EOF -echo "---> Fix permissions ..." -chmod +x . output -chmod -R +r . -find output | xargs ls -ld +source ${0}.post |