diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2544fca51..149c39da9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -413,7 +413,6 @@ js-release: - master - beta - stable - - tags image: ethcore/rust:stable before_script: - ./js/scripts/install-deps.sh diff --git a/js/src/views/Dapps/dappsStore.js b/js/src/views/Dapps/dappsStore.js index 443a58649..01877c38b 100644 --- a/js/src/views/Dapps/dappsStore.js +++ b/js/src/views/Dapps/dappsStore.js @@ -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 ', - version: '1.0.0' + version: '1.0.0', + secure: true } ];