Skip to content

Commit

Permalink
DO NOT MERGE: test repository list autofetching
Browse files Browse the repository at this point in the history
  • Loading branch information
Totktonada committed Jun 26, 2020
1 parent 9b63201 commit a0e115c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis/deploy_s3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ 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=""
# XXX: Uncomment it; it is just for test.
if [ -n "${DEPLOY_PRODUCTION_S3_ENDPOINT_URL:-}" ] && \
[ -n "${DEPLOY_PRODUCTION_S3_ACCESS_KEY_ID:-}" ] && \
[ -n "${DEPLOY_PRODUCTION_S3_SECRET_ACCESS_KEY:-}" ] && \
Expand Down

0 comments on commit a0e115c

Please sign in to comment.