Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Also disable AMO-signed xpis
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Nov 12, 2019
1 parent 9e159af commit 3825efd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/build-docker-image
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ make server

xpi="build/screenshots.xpi"
if [[ ! -e "$xpi" ]] ; then
make signed_xpi
# Disabled because making this kind of signed XPI is not currently working:
# make signed_xpi
echo "Skipping"
fi

echo "Creating docker image $1/screenshots:$version"
Expand Down

0 comments on commit 3825efd

Please # to comment.