Skip to content

Commit 4df97cd

Browse files
committed
Merge branch 'develop' into 'master'
simplify build process for master See merge request !9
2 parents 182920e + 4d1dee6 commit 4df97cd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ unit_test:
1212
stage: test
1313
script:
1414
- npm test
15-
except:
16-
- master
1715
tags:
1816
- nodejs
1917

@@ -28,13 +26,3 @@ build_prod:
2826
- dist/nativetable.min.js
2927
tags:
3028
- nodejs
31-
32-
update_github:
33-
stage: mirror
34-
script:
35-
- git remote add github [email protected]:Mindsers/nativetable.git
36-
- git push github master
37-
only:
38-
- master
39-
tags:
40-
- nodejs

0 commit comments

Comments
 (0)