UNPKG
atlassian-oauth2
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
Atlassian Connect OAuth2 library
atlassian-oauth2
/
bitbucket-pipelines.yml
10 lines
(9 loc)
•
269 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
# You can use a Docker image from Docker Hub or your own container
# registry for your build environment.
image:
node:8
pipelines:
default:
-
step:
script:
# Modify the commands below to build your repository.
-
npm
install
-
npm
test