image: "bradrydzewski/node:0.10" cache: - /tmp/npm - /tmp/node_modules - /tmp/bower_components script: - pwd - whoami - mkdir -p /tmp/{npm,node_modules,bower_components} - ls -la /tmp/{npm,node_modules,bower_components} - sudo chown -R ubuntu:ubuntu /tmp/{npm,node_modules,bower_components} - ln -snf /tmp/npm /home/ubuntu/.npm - ln -snf /tmp/node_modules node_modules - ln -snf /tmp/bower_components
{{#tags}}- {{label}}
{{/tags}}