This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ before_script:
23
23
script : " gulp test"
24
24
25
25
after_success :
26
- - " gulp docs "
26
+ - " gulp changelog "
27
27
28
28
deploy :
29
-
29
+
30
30
- provider : " script"
31
31
skip_cleanup : true
32
- script : " bash ./deploy-docs.sh"
32
+ script : " bash ./deploy-docs.sh"
33
33
on :
34
34
tags : true
35
35
- provider : npm
@@ -38,7 +38,10 @@ deploy:
38
38
secure : AUjI1lAZofXXFN2/CH497TN1hqm+fAUXKJCBjxmd0xiSrNUgMZqjg96g5R6OU11+zFRwcuvIWKvBcjiozSbej5zaU2Eh6amrJN+cM4cfLf4ljAdnHPGs4divlFchbqX1ThNQsLfC/dZZCVBo4oOvTz8l2L3LLwOYZkngQ0DoiHE=
39
39
on :
40
40
tags : true
41
-
41
+
42
+ after_success :
43
+ - " deploy-docs"
44
+
42
45
sudo : false
43
46
44
47
git :
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- set -e
2
+ set -e
3
3
4
4
[[ $TRAVIS_SECURE_ENV_VARS == " true" ]] || { echo " No github key avaliable, aborting publishing" ; exit 0; }
5
5
@@ -27,5 +27,5 @@ git config user.email "travisci@users.noreply.github.com"
27
27
git commit -m " docs(*): new deploy (angular-ui/ui-select@${ID_REF} )"
28
28
29
29
30
- git push origin --quiet
31
- # > /dev/null 2>&1
30
+ git push origin --quiet
31
+ # > /dev/null 2>&1
You can’t perform that action at this time.
0 commit comments