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:
parent
e73f6573d1
commit
73f94c33f7
@ -413,7 +413,6 @@ js-release:
|
||||
- master
|
||||
- beta
|
||||
- stable
|
||||
- tags
|
||||
image: ethcore/rust:stable
|
||||
before_script:
|
||||
- ./js/scripts/install-deps.sh
|
||||
|
@ -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
|
||||
}
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user