no more logger

master
Bel LaPointe 2019-05-02 09:35:43 -06:00
parent a52a087202
commit 429bc20133
1 changed files with 1 additions and 1 deletions

2
do.sh
View File

@ -182,7 +182,7 @@ if [ "$(uname -s)" == "Darwin" ]; then
from="registry-app.eng.qops.net:5001/imported/alpine/ruby:alpine"
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) )
gf=""
if [ -e ./Gemfile ]; then