|
@@ -49,7 +49,7 @@ before_deploy:
|
|
# - ant set-impl-version suite.nbms build-installers unset-impl-version | awk '{printf("."); fflush(stdout)}'
|
|
# - 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)
|
|
# Has to be done before deploy (due to the rm command)
|
|
- - scp -irp nbproject/private/www-updater.key build/updates/* [email protected]:/var/www/updates/nightly/3.1/plugins
|
|
|
|
|
|
+ - scp -rp -i nbproject/private/www-updater.key build/updates/* [email protected]:/var/www/updates/nightly/3.1/plugins
|
|
- rm -rf build/
|
|
- rm -rf build/
|
|
|
|
|
|
deploy:
|
|
deploy:
|