Azure-App-Service / ruby

Apache License 2.0
22 stars 20 forks source link

properly initialize flag #11

Closed patricklee2 closed 6 years ago

KoRMaK commented 6 years ago

It would be great if we could get this merged in, I'm currently using an azure Ruby Service app and this deployment script is causing my app to fail deployment

2018-08-03T18:58:40.682169201Z   _____                               
2018-08-03T18:58:40.682201901Z   /  _  \ __________ _________   ____  
2018-08-03T18:58:40.682217301Z  /  /_\  \___   /  |  \_  __ \_/ __ \ 
2018-08-03T18:58:40.682221901Z /    |    \/    /|  |  /|  | \/\  ___/ 
2018-08-03T18:58:40.682237201Z \____|__  /_____ \____/ |__|    \___  >
2018-08-03T18:58:40.682241701Z         \/      \/                  \/ 
2018-08-03T18:58:40.682245701Z A P P   S E R V I C E   O N   L I N U X
2018-08-03T18:58:40.682249601Z 
2018-08-03T18:58:40.682253301Z Documentation: http://aka.ms/webapp-linux
2018-08-03T18:58:40.682257201Z Ruby quickstart: https://aka.ms/ruby-qs
2018-08-03T18:58:40.682261001Z 
2018-08-03T18:58:40.884758298Z Starting OpenBSD Secure Shell server: sshd.
2018-08-03T18:58:41.538542589Z Bundle install with options --without development,test
2018-08-03T18:58:41.538688289Z Defaulting gem installation directory to /tmp/bundle
2018-08-03T18:58:41.538827789Z Defaulting site config directory to /home/site/config
2018-08-03T18:58:41.539147589Z Secret key base present
2018-08-03T18:58:41.539292889Z RAILS_ENV not set, default to production
2018-08-03T18:58:41.539385089Z Removing any leftover pids if present
2018-08-03T18:58:41.557234689Z Running bundle check
2018-08-03T18:58:41.557436989Z /opt/startup.sh: line 67: [: : integer expression expected
2018-08-03T18:58:43.539626561Z You are replacing the current local value of path, which is currently "/home/site/wwwroot/vendor/bundle"
2018-08-03T18:58:46.155892524Z missing dependencies, try redeploying
patricklee2 commented 6 years ago

merged as a part of #16