templates/gitlab-ci.yml.erb in bankai-0.2.1 vs templates/gitlab-ci.yml.erb in bankai-0.2.2

- old
+ new

@@ -59,10 +59,9 @@ - curl -SLO https://nodejs.org/dist/v$NODE_VERSION/node-v${NODE_VERSION}-linux-x64.tar.xz && tar -xJf node-v${NODE_VERSION}-linux-x64.tar.xz -C /usr/local --strip-components=1; - curl -o- -L https://yarnpkg.com/install.sh | bash - export PATH=$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH - bundle install --without development --path vendor - yarn install - - bin/webpack services: <%- if pg? -%> - postgres:9.6 <%- end -%> <%- if mysql? -%>