Add secure flag back (#3246)

* Add secure flag back

* Don't run js-release for tags


Former-commit-id: e61c6c4af3c7720a74bd4093b2fa5271c389236c
This commit is contained in:
Arkadiy Paronyan 2016-11-07 20:08:24 +01:00 committed by GitHub
parent e73f6573d1
commit 73f94c33f7
2 changed files with 2 additions and 2 deletions

View File

@ -413,7 +413,6 @@ js-release:
- master
- beta
- stable
- tags
image: ethcore/rust:stable
before_script:
- ./js/scripts/install-deps.sh

View File

@ -58,7 +58,8 @@ const builtinApps = [
name: 'GitHub Hint',
description: 'A mapping of GitHub URLs to hashes for use in contracts as references',
author: 'Parity Team <admin@ethcore.io>',
version: '1.0.0'
version: '1.0.0',
secure: true
}
];