Move release-registering to intermediate stage.

This commit is contained in:
Gav Wood 2016-12-20 14:05:07 +01:00
parent ee050d4fd8
commit f5a4581fa5
No known key found for this signature in database
GPG Key ID: C49C1ACA1CC9B252
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,6 @@ linux-stable:
- stable
- triggers
script:
- curl --data "secret=$RELEASES_SECRET" http://icarus.parity.io:1337/push-release/$CI_BUILD_REF_NAME/$CI_BUILD_REF
- cargo build -j $(nproc) --release --features final $CARGOFLAGS
- strip target/release/parity
- export SHA3=$(target/release/parity tools hash target/release/parity)
@ -507,6 +506,7 @@ js-release:
- master
- beta
- stable
- triggers
image: ethcore/rust:stable
before_script:
- export JS_FILES_MODIFIED=$(git --no-pager diff --name-only $CI_BUILD_REF^ $CI_BUILD_REF | grep ^js/ | wc -l)
@ -515,5 +515,6 @@ js-release:
script:
- echo $JS_FILES_MODIFIED
- if [ $JS_FILES_MODIFIED -eq 0 ]; then echo "Skipping JS rebuild since no JS files modified."; else ./js/scripts/build.sh && ./js/scripts/release.sh; fi
- curl --data "secret=$RELEASES_SECRET" http://icarus.parity.io:1337/push-release/$CI_BUILD_REF_NAME/$CI_BUILD_REF
tags:
- javascript