ci: remove sleep from gitlab config
This commit is contained in:
parent
a8c2b29115
commit
c943b8261a
@ -130,7 +130,7 @@ build:linux:android:armhf:
|
|||||||
variables:
|
variables:
|
||||||
CARGO_TARGET: armv7-linux-androideabi
|
CARGO_TARGET: armv7-linux-androideabi
|
||||||
|
|
||||||
build:macos:x86_64:
|
build:darwin:macos:x86_64:
|
||||||
<<: *build
|
<<: *build
|
||||||
variables:
|
variables:
|
||||||
CARGO_TARGET: x86_64-apple-darwin
|
CARGO_TARGET: x86_64-apple-darwin
|
||||||
@ -140,7 +140,7 @@ build:macos:x86_64:
|
|||||||
- osx
|
- osx
|
||||||
<<: *collect_artifacts
|
<<: *collect_artifacts
|
||||||
|
|
||||||
build-windows-x86_64:
|
build:windows:msvc:x86_64:
|
||||||
stage: build
|
stage: build
|
||||||
only: *releaseable_branches
|
only: *releaseable_branches
|
||||||
cache:
|
cache:
|
||||||
@ -223,7 +223,6 @@ publish:linux:snap:i386:
|
|||||||
<<: *publish_snap
|
<<: *publish_snap
|
||||||
before_script:
|
before_script:
|
||||||
- *determine_version
|
- *determine_version
|
||||||
#- sleep 60
|
|
||||||
variables:
|
variables:
|
||||||
BUILD_ARCH: i386
|
BUILD_ARCH: i386
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -233,7 +232,6 @@ publish:linux:snap:arm64:
|
|||||||
<<: *publish_snap
|
<<: *publish_snap
|
||||||
before_script:
|
before_script:
|
||||||
- *determine_version
|
- *determine_version
|
||||||
#- sleep 360
|
|
||||||
variables:
|
variables:
|
||||||
BUILD_ARCH: arm64
|
BUILD_ARCH: arm64
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -243,7 +241,6 @@ publish:linux:snap:armhf:
|
|||||||
<<: *publish_snap
|
<<: *publish_snap
|
||||||
before_script:
|
before_script:
|
||||||
- *determine_version
|
- *determine_version
|
||||||
#- sleep 520
|
|
||||||
variables:
|
variables:
|
||||||
BUILD_ARCH: armhf
|
BUILD_ARCH: armhf
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -266,7 +263,7 @@ publish:docker:parity-evm:amd64:
|
|||||||
script:
|
script:
|
||||||
- scripts/gitlab/publish-docker.sh parity-evm
|
- scripts/gitlab/publish-docker.sh parity-evm
|
||||||
|
|
||||||
publish:github:s3:
|
publish:github:and:s3:
|
||||||
stage: publish
|
stage: publish
|
||||||
only: *publishable_branches
|
only: *publishable_branches
|
||||||
cache: {}
|
cache: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user