Skip to content

Instantly share code, notes, and snippets.

@szilagyiabo
szilagyiabo / bitbucket-pipelines.yml
Created February 19, 2019 13:16
Example Bitbucket Pipeline for Vue.js application
# This is a sample build configuration for JavaScript.
# Check our guides at https://confluence.atlassian.com/x/14UWN for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: node:8.12.0
pipelines:
branches: