This is an automated email from the ASF dual-hosted git repository.

bertty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git


The following commit(s) were added to refs/heads/main by this push:
     new f4a7744  correction on deploy
f4a7744 is described below

commit f4a774475306ad36fda094038ebb34680ef062f2
Author: Bertty Contreras-Rojas <[email protected]>
AuthorDate: Tue Mar 16 01:58:26 2021 -0300

    correction on deploy
---
 .travis.yml    | 4 ----
 script/cibuild | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f4ff2b2..903559c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,6 @@ install: bundle install
 script: "./script/cibuild"
 branches:
   only:
-  - develop
   - main
 addons:
   apt:
@@ -33,6 +32,3 @@ addons:
 cache: bundler
 notifications:
   email: false
-env:
-  global:
-    secure: 
GqzCosWAev40ym9KPKGwGljdrDkVBcjh/+p39XrhaR2wTnstC7ygcVLFj4TSH8Wtt1zrawJSFNrqid62OQirsnYwx9DE2FB1hDApkv3Z9uxLj4Fg4npGQe6EnyVPev9bvxv2wLQgi8sxbabW2eOpYBuSXCV/Lsyikv8aKyCBKtTKiYYUgfLiB+CfLcIUm7LoHznBcOfv9J8VCvGsWCuNmgszRiVdbGy0CFcw4qAmw9p7iApiszlAvSuF1tvAaXxITK3nFfZZOCx6GlFnY8/lSn3k6wKqGsfD60Bmgk3eBwtM5iiltK1O7I1vOLXGNEQkfFsemDWI5GkVAcUSr1BnMFDYS5Cvw1BNbc4xHAmtovTWUzokKep0EuhRiuFFVnEHXqPTApEs+VZvhAwGTiafAymKGo6INGtHG5yBsvLZMADk0VpTRG3TDXFHQMTsFjCZ3IYLcKYoOmLYBOcS4Rk4HQLvQdVwivTt
 [...]
diff --git a/script/cibuild b/script/cibuild
index a9c5b74..49a7943 100644
--- a/script/cibuild
+++ b/script/cibuild
@@ -56,5 +56,5 @@ git push origin --delete ${BRANCH_PAGE}
 git push origin ${BRANCH_PAGE}:${BRANCH_PAGE}
 
 git push origin --delete gh-pages
-git push origin ${BRANCH_PAGE}:gh-page
+git push origin ${BRANCH_PAGE}:gh-pages
 

Reply via email to