Skip to content

Commit 001c2b9

Browse files
bitbucket-pipelines.yml edited online with Bitbucket
1 parent 3d46b4a commit 001c2b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

bitbucket-pipelines.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ pipelines:
1010
npmpublish:
1111
- step:
1212
script:
13-
- git submodule update --init
14-
- step:
15-
script:
13+
- echo "Getting Submodules"
14+
- git submodule update --init --recursive
1615
- echo "Publishing Unity UI Extensions to NPM"
1716
- pipe: atlassian/npm-publish:0.3.1
1817
variables:

0 commit comments

Comments
 (0)