Skip to content

Commit

Permalink
DO NOT MERGE: verify repositories list fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
Totktonada committed Jun 26, 2020
1 parent fa2448b commit 0d3a227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis/deploy_s3.sh
Expand Up @@ -200,7 +200,8 @@ fi
# Always use production repositories list: even for staging
# deployments. The reason is that it is always actual, while
# we cannot guarantee it for staging repositories.
repositories="1.10 2.1 2.2 2.3 2.4 2.5"
#repositories="1.10 2.1 2.2 2.3 2.4 2.5"
repositories=""
if [ -n "${DEPLOY_PRODUCTION_S3_ACCESS_KEY_ID:-}" ] && \
[ -n "${DEPLOY_PRODUCTION_S3_SECRET_ACCESS_KEY:-}" ] && \
[ -n "${DEPLOY_PRODUCTION_S3_ENDPOINT_URL:-}" ] && \
Expand Down

0 comments on commit 0d3a227

Please sign in to comment.