Skip to content

Commit

Permalink
Added s2i scripts for reducing image-size (workaround for fabric8io-i…
Browse files Browse the repository at this point in the history
  • Loading branch information
jcordes73 committed Jun 12, 2016
1 parent 252e773 commit cc9ad6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .s2i/bin/assemble
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash
set
find / -name assemble
source ${STI_SCRIPTS_PATH}/assemble
source /usr/local/s2i/assemble
find /tmp/src -name target | xargs -I{} rm -rf {}
2 changes: 1 addition & 1 deletion .s2i/bin/run
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
source ${STI_SCRIPTS_PATH}/run
source /usr/local/s2i/run

0 comments on commit cc9ad6f

Please sign in to comment.