Re-added pipelines

pull/413/head
Simon (darkside) Jackson 2020-10-31 17:17:48 +00:00
parent a191653524
commit 948688df9d
1 changed files with 16 additions and 0 deletions

16
bitbucket-pipelines.yml Normal file
View File

@ -0,0 +1,16 @@
# 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:
custom:
npmpublish:
- step:
script:
- echo "Publishing Unity UI Extensions to NPM"
- pipe: atlassian/npm-publish:0.3.1
variables:
NPM_TOKEN: $NPM_TOKEN