Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 4311d43

Browse files
authored
revert some changes, could be buggy (#10399)
1 parent 0815cc3 commit 4311d43

File tree

1 file changed

+5
-24
lines changed

1 file changed

+5
-24
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ variables:
3333
when: on_success
3434
expire_in: 1 mos
3535
paths:
36-
- artifacts/
36+
- artifacts/
3737

3838
.determine_version: &determine_version
3939
- VERSION="$(sed -r -n '1,/^version/s/^version = "([^"]+)".*$/\1/p' Cargo.toml)"
@@ -99,7 +99,7 @@ build-windows:
9999
publish-docker:
100100
stage: publish
101101
only: *releaseable_branches
102-
<<: *no_git
102+
# <<: *no_git
103103
cache: {}
104104
dependencies:
105105
- build-linux
@@ -129,7 +129,7 @@ publish-snap:
129129
publish-onchain:
130130
stage: publish
131131
only: *releaseable_branches
132-
<<: *no_git
132+
# <<: *no_git
133133
cache: {}
134134
dependencies:
135135
- build-linux
@@ -140,23 +140,6 @@ publish-onchain:
140140
tags:
141141
- linux-docker
142142

143-
# configures aws for fast uploads/syncs
144-
.s3-before-script: &s3-before-script
145-
before_script:
146-
- mkdir -p ${HOME}/.aws
147-
- |
148-
cat > ${HOME}/.aws/config <<EOC
149-
[default]
150-
s3 =
151-
max_concurrent_requests = 20
152-
max_queue_size = 10000
153-
multipart_threshold = 64MB
154-
multipart_chunksize = 16MB
155-
max_bandwidth = 50MB/s
156-
use_accelerate_endpoint = false
157-
addressing_style = path
158-
EOC
159-
160143
publish-awss3-release:
161144
image: parity/awscli:latest
162145
stage: publish
@@ -167,9 +150,6 @@ publish-awss3-release:
167150
- build-linux
168151
- build-darwin
169152
- build-windows
170-
variables:
171-
GIT_STRATEGY: none
172-
<<: *s3-before-script
173153
script:
174154
- echo "__________Push binaries to AWS S3____________"
175155
- case "${SCHEDULE_TAG:-${CI_COMMIT_REF_NAME}}" in
@@ -185,10 +165,11 @@ publish-awss3-release:
185165
- aws s3 ls s3://${BUCKET}/${SCHEDULE_TAG:-${CI_COMMIT_REF_NAME}}/
186166
--recursive --human-readable --summarize
187167
tags:
188-
- linux-docker
168+
- linux-docker
189169

190170
publish-docs:
191171
stage: publish
172+
# <<: *no_git
192173
only:
193174
- tags
194175
except:

0 commit comments

Comments
 (0)