debug print
This commit is contained in:
parent
2b229f0409
commit
09233022ac
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue