Browse Source

Let Travis publish the nbms to be used with the update center

MeFisto94 9 years ago
parent
commit
4b9a496d94
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .travis.yml

+ 3 - 3
.travis.yml

@@ -47,10 +47,10 @@ before_deploy:
   - ant -Dstorepass="$NBM_SIGN_PASS" set-spec-version suite.nbms build-installers unset-spec-version | awk '{printf("."); fflush(stdout)}'
   # In case of NIGHTLY (see hudson-nightly target)
   # - ant set-impl-version suite.nbms build-installers unset-impl-version | awk '{printf("."); fflush(stdout)}'
+  
+  # Has to be done before deploy (due to the rm command)
+  - scp -i nbproject/private/www-updater.key build/updates/* updates.jmonkeyengine.org:/var/www/updates/nightly/3.1/plugins
   - rm -rf build/
-  #- cd jdks
-  #- mv *.bin *.zip *.exe local/*/compiled/
-  #- cd ../
 
 deploy:
   provider: releases