no more logger
parent
a52a087202
commit
429bc20133
2
do.sh
2
do.sh
|
|
@ -182,7 +182,7 @@ if [ "$(uname -s)" == "Darwin" ]; then
|
||||||
from="registry-app.eng.qops.net:5001/imported/alpine/ruby:alpine"
|
from="registry-app.eng.qops.net:5001/imported/alpine/ruby:alpine"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cp=( $(find . -mindepth 1 -maxdepth 1 -type f | grep -v "$dockfile" | grep -v '\.[^\.]*\.sw[a-z]$') )
|
cp=( $(find . -mindepth 1 -maxdepth 1 -type f | grep -v "$dockfile" | grep -v '\.[^\.]*\.sw[a-z]$' | grep -v '\.tar$' ) )
|
||||||
cpd=( $(find . -mindepth 1 -maxdepth 1 -type d | grep -v \\.git || true) )
|
cpd=( $(find . -mindepth 1 -maxdepth 1 -type d | grep -v \\.git || true) )
|
||||||
gf=""
|
gf=""
|
||||||
if [ -e ./Gemfile ]; then
|
if [ -e ./Gemfile ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue