File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 bundler : true
44 directories :
55 - node_modules # NPM packages
6-
6+
77_test_gem : &_test_gem
88 stage : test
99 addons :
@@ -19,7 +19,7 @@ _test_gem: &_test_gem
1919 - yarn
2020 mariadb : ' 10.3'
2121 before_install :
22- - echo installing $COMPONENT using Ruby $RUBY_VERSION
22+ - echo installing $COMPONENT
2323 # yarn is in /usr/local/bin/yarn version 1.3.2 and is not a package
2424 # must remove this zombie for new yarn to work
2525 - sudo rm -f /usr/local/bin/yarn
@@ -30,7 +30,7 @@ _test_gem: &_test_gem
3030 before_script :
3131 - echo before_script $COMPONENT
3232 - cd ruby/$COMPONENT
33- - undle install --jobs=3 --retry=3
33+ - bundle install --jobs=3 --retry=3
3434 - bundle exec rake spec:prepare
3535 - google-chrome --version
3636 - which google-chrome
@@ -46,7 +46,7 @@ _deploy_gem: &_deploy_gem
4646 script :
4747 - echo deploying $COMPONENT
4848 deploy :
49- provider : rubygems
49+ - provider : rubygems
5050 api_key :
5151 secure : " ORJMyp20YFCkvujBfxoDPwEZy8R8YJaKwRhHZUDTPZPiS84mJA7Mqd0JjvRlF0mlH/WzspruM7hZV0CuMU8F/0raRhSUU9RBh5veZ/4ij9kboCYnfuqBVt6qPRtaf8DgKe7CWGioUrTISJCVKLnygY6gZd2aFXCEbqZMrkUvC7y43ymOoFoeyCLsXC0j5uJxdHgNfbaIUetIl2DQJUbC2Rgq1Iaxvi72Ae97TR2xRCu+ko8DopRpQCug6U81IhzXftizGfKwzecqVFjuMn3XEf+UDlU6xbvwWWkcwjYNAbP2Kk+mWwUMx36s+1Pyx8MOveYLTwnQJ6gHocZHzh7WJOD548JNU3F5oXIlUB4EzD20bCSIeRKOdxTuKrNk7W3a5qGERuQi4rkIlkKaFIBP55IkliUxvYxqr0WujsjO2reRcNhNcLVGCOaX6LZbWFR5bf0WiEOL4vOxPNw66sI2JVHoMmQeAYtL2ghxikdSPXKRc+inT3QiRBsh+ns8YrAP7sV4lX6r/qyWUtPh6kY8xIeTP4VzMviyf20m5u++omao/FSEtVnU3cro5KjrZLg3ILg4NpNG+xoRqPS/Hmxry5ZPrggqNrxoqWuO7pLd/NnV/AnLiT8rd2P0PTriP9uRIM8+fFfyOeGwbplOLrbWUPnCdQVWp6dYOrNgE2yDJ/I="
5252 on :
You can’t perform that action at this time.
0 commit comments