Skip to content

Commit 0d3a227

Browse files
committed
DO NOT MERGE: verify repositories list fetching
1 parent fa2448b commit 0d3a227

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis/deploy_s3.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ fi
200200
# Always use production repositories list: even for staging
201201
# deployments. The reason is that it is always actual, while
202202
# we cannot guarantee it for staging repositories.
203-
repositories="1.10 2.1 2.2 2.3 2.4 2.5"
203+
#repositories="1.10 2.1 2.2 2.3 2.4 2.5"
204+
repositories=""
204205
if [ -n "${DEPLOY_PRODUCTION_S3_ACCESS_KEY_ID:-}" ] && \
205206
[ -n "${DEPLOY_PRODUCTION_S3_SECRET_ACCESS_KEY:-}" ] && \
206207
[ -n "${DEPLOY_PRODUCTION_S3_ENDPOINT_URL:-}" ] && \

0 commit comments

Comments
 (0)