Bug 1459980 - google-play-strings: pin mozapkpublisher to 0.7.2 r=gps

MozReview-Commit-ID: 65Puqafnlkw

--HG--
extra : rebase_source : af9293b3d6838857c2588aead2ebf774847d7385
This commit is contained in:
Johan Lorenzo 2018-05-16 18:45:02 +02:00
parent bf1ee00dc5
commit 0a90b7dd57

View File

@ -22,6 +22,9 @@ RUN apt-get install -y \
WORKDIR /builds/worker/
RUN git clone https://github.com/mozilla-releng/mozapkpublisher
WORKDIR /builds/worker/mozapkpublisher
# Change hash_for_given_tag to point to a newer tag. For more information, see
# https://bugzilla.mozilla.org/show_bug.cgi?id=1459980#c3
RUN git checkout 50750fceb7c0d831cf61cb550af62b2c93e8e755
RUN python3 setup.py develop
RUN chown -R worker:worker /builds/worker