Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 948688d

Browse files
Re-added pipelines
1 parent a191653 commit 948688d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

bitbucket-pipelines.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This is a sample build configuration for Other.
2+
# Check our guides at https://confluence.atlassian.com/x/5Q4SMw for more examples.
3+
# Only use spaces to indent your .yml configuration.
4+
# -----
5+
# You can specify a custom docker image from Docker Hub as your build environment.
6+
image: atlassian/default-image:2
7+
8+
pipelines:
9+
custom:
10+
npmpublish:
11+
- step:
12+
script:
13+
- echo "Publishing Unity UI Extensions to NPM"
14+
- pipe: atlassian/npm-publish:0.3.1
15+
variables:
16+
NPM_TOKEN: $NPM_TOKEN

0 commit comments

Comments
 (0)