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

Commit 0f68b5c

Browse files
Initial Bitbucket Pipelines configuration
1 parent 6111aee commit 0f68b5c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

bitbucket-pipelines.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
default:
10+
- step:
11+
script:
12+
- echo "Publishing Unity UI Extensions to NPM"
13+
- pipe: atlassian/npm-publish:0.3.1
14+
variables:
15+
NPM_TOKEN: $NPM_TOKEN

0 commit comments

Comments
 (0)