debug print

This commit is contained in:
Seth Call 2021-04-02 13:26:01 -05:00
parent 2b229f0409
commit 09233022ac
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ mkdir -p vendor/cache
cp ../pb/target/ruby/jampb/jampb-${GEM_VERSION}.gem vendor/cache/ || { echo "unable to copy jam-pb gem"; exit 1; } cp ../pb/target/ruby/jampb/jampb-${GEM_VERSION}.gem vendor/cache/ || { echo "unable to copy jam-pb gem"; exit 1; }
cp ../ruby/jam_ruby-${GEM_VERSION}.gem vendor/cache/ || { echo "unable to copy jam-ruby gem"; exit 1; } cp ../ruby/jam_ruby-${GEM_VERSION}.gem vendor/cache/ || { echo "unable to copy jam-ruby gem"; exit 1; }
ls -la ../pb/target/ruby/jampb
ls -la vendor/cache
# put all dependencies into vendor/bundle # put all dependencies into vendor/bundle
#rm -rf vendor/bundle -- let checkins config 'wipe workspace' decide this #rm -rf vendor/bundle -- let checkins config 'wipe workspace' decide this
echo "updating dependencies" echo "updating dependencies"