We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2448b commit 0d3a227Copy full SHA for 0d3a227
.travis/deploy_s3.sh
@@ -200,7 +200,8 @@ fi
200
# Always use production repositories list: even for staging
201
# deployments. The reason is that it is always actual, while
202
# we cannot guarantee it for staging repositories.
203
-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"
204
+repositories=""
205
if [ -n "${DEPLOY_PRODUCTION_S3_ACCESS_KEY_ID:-}" ] && \
206
[ -n "${DEPLOY_PRODUCTION_S3_SECRET_ACCESS_KEY:-}" ] && \
207
[ -n "${DEPLOY_PRODUCTION_S3_ENDPOINT_URL:-}" ] && \
0 commit comments