diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-05 22:16:33 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-05 22:16:33 +0200 |
commit | 38f9b1a3ea5b1d59eab5932e2f1a40ef8329bfca (patch) | |
tree | 59feca628c8cfaa85ef9d3f94087966cb7b8bafd | |
parent | 2cd5245a7d05be8bb9d22e8b231f51dda099fe77 (diff) | |
download | s2i-jekyll-38f9b1a3ea5b1d59eab5932e2f1a40ef8329bfca.tar.gz |
save artifacts
-rwxr-xr-x | s2i/bin/save-artifacts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/s2i/bin/save-artifacts b/s2i/bin/save-artifacts index d7b1239..79f95f1 100755 --- a/s2i/bin/save-artifacts +++ b/s2i/bin/save-artifacts @@ -8,3 +8,6 @@ # https://github.com/openshift/source-to-image/blob/master/docs/builder_image.md # # tar cf - <list of files and folders> +if test -d .gem; then + tar cf - .gem +fi |