From 948688df9d6c26df5c17f84a33cbb2da2b2b3dd0 Mon Sep 17 00:00:00 2001 From: "Simon (darkside) Jackson" Date: Sat, 31 Oct 2020 17:17:48 +0000 Subject: [PATCH] Re-added pipelines --- bitbucket-pipelines.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bitbucket-pipelines.yml diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml new file mode 100644 index 0000000..300a66f --- /dev/null +++ b/bitbucket-pipelines.yml @@ -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 \ No newline at end of file