Initial Bitbucket Pipelines configuration

release
Simon Jackson 2020-07-01 21:20:17 +00:00
parent 6111aee299
commit 0f68b5cca4
1 changed files with 15 additions and 0 deletions

15
bitbucket-pipelines.yml Normal file
View File

@ -0,0 +1,15 @@
# This is a sample build configuration for Other.
# Check our guides at https://confluence.atlassian.com/x/5Q4SMw 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: atlassian/default-image:2
pipelines:
default:
- step:
script:
- echo "Publishing Unity UI Extensions to NPM"
- pipe: atlassian/npm-publish:0.3.1
variables:
NPM_TOKEN: $NPM_TOKEN