Merge pull request #174 from mozilla/fix-deploy-redirect

Remove script echo and correct redirect.
This commit is contained in:
Michael Kelly 2018-10-16 15:22:04 -07:00 коммит произвёл GitHub
Родитель fa736daa0b 6f2d7c570c
Коммит c53709eda8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -5,7 +5,7 @@
# Adapted from clouserw's script for publishing add-ons to Test Pilot from
# Jenkins.
set -xe
set -e
ADDON_ID="shopping-testpilot@mozilla.org"
ADDON_VERSION=${CIRCLE_TAG:1}
@ -23,7 +23,7 @@ TYPE='"x-content-type-options": "nosniff"'
HASH="$(sha256sum $ADDON_FILE|cut -d' ' -f1)"
# headers just for latest
LATEST="\"x-target-digest\": \"sha256:$HASH\", \"location\": \"/files/$ADDON_ID/$ADDON_FILE\""
LATEST="\"x-target-digest\": \"sha256:$HASH\", \"location\": \"/files/$ADDON_ID/signed-addon.xpi\""
# latest is an empty file with headers
: > latest