We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a25a27 commit 4f98f4dCopy full SHA for 4f98f4d
upload_output.sh
@@ -24,4 +24,8 @@ aws s3 sync --acl public-read output/html/ru/_static $S3_PATH/$BRANCH/ru/_static
24
aws s3 sync --acl public-read output/html/ru/_images $S3_PATH/$BRANCH/ru/_images --endpoint-url=$ENDPOINT_URL --delete --size-only
25
aws s3 cp --acl public-read output/html/ru/singlehtml.html $S3_PATH/$BRANCH/ru/singlehtml.html --endpoint-url=$ENDPOINT_URL
26
27
-curl --data '{"update_key":"'"$TARANTOOL_UPDATE_KEY"'"}' --header "Content-Type: application/json" --request POST "$TARANTOOL_UPDATE_URL""$BRANCH"/
+set -xe
28
+curl --fail --show-error \
29
+ --data '{"update_key":"'"$TARANTOOL_UPDATE_KEY"'"}' \
30
+ --header "Content-Type: application/json" \
31
+ --request POST "$TARANTOOL_UPDATE_URL""$BRANCH"/
0 commit comments