@@ -33,7 +33,7 @@ variables:
33
33
when : on_success
34
34
expire_in : 1 mos
35
35
paths :
36
- - artifacts/
36
+ - artifacts/
37
37
38
38
.determine_version : &determine_version
39
39
- VERSION="$(sed -r -n '1,/^version/s/^version = "([^"]+)".*$/\1/p' Cargo.toml)"
@@ -99,7 +99,7 @@ build-windows:
99
99
publish-docker :
100
100
stage : publish
101
101
only : *releaseable_branches
102
- << : *no_git
102
+ # <<: *no_git
103
103
cache : {}
104
104
dependencies :
105
105
- build-linux
@@ -129,7 +129,7 @@ publish-snap:
129
129
publish-onchain :
130
130
stage : publish
131
131
only : *releaseable_branches
132
- << : *no_git
132
+ # <<: *no_git
133
133
cache : {}
134
134
dependencies :
135
135
- build-linux
@@ -140,23 +140,6 @@ publish-onchain:
140
140
tags :
141
141
- linux-docker
142
142
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
-
160
143
publish-awss3-release :
161
144
image : parity/awscli:latest
162
145
stage : publish
@@ -167,9 +150,6 @@ publish-awss3-release:
167
150
- build-linux
168
151
- build-darwin
169
152
- build-windows
170
- variables :
171
- GIT_STRATEGY : none
172
- << : *s3-before-script
173
153
script :
174
154
- echo "__________Push binaries to AWS S3____________"
175
155
- case "${SCHEDULE_TAG:-${CI_COMMIT_REF_NAME}}" in
@@ -185,10 +165,11 @@ publish-awss3-release:
185
165
- aws s3 ls s3://${BUCKET}/${SCHEDULE_TAG:-${CI_COMMIT_REF_NAME}}/
186
166
--recursive --human-readable --summarize
187
167
tags :
188
- - linux-docker
168
+ - linux-docker
189
169
190
170
publish-docs :
191
171
stage : publish
172
+ # <<: *no_git
192
173
only :
193
174
- tags
194
175
except :
0 commit comments