lbrynet compile steps require TRAVIS_COMMIT env var.
This commit is contained in:
parent
bf89578fde
commit
0d197cd793
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ RUN python3.7 -m pip install -e .
|
||||||
WORKDIR /lbry/
|
WORKDIR /lbry/
|
||||||
COPY stuff/start.sh /usr/local/bin/start
|
COPY stuff/start.sh /usr/local/bin/start
|
||||||
COPY stuff/checkmount.sh /usr/local/bin/checkmount
|
COPY stuff/checkmount.sh /usr/local/bin/checkmount
|
||||||
RUN python3.7 scripts/set_build.py && \
|
RUN export TRAVIS_COMMIT=`git rev-parse HEAD` && \
|
||||||
|
python3.7 scripts/set_build.py && \
|
||||||
python3.7 -m pip install -e . && \
|
python3.7 -m pip install -e . && \
|
||||||
pyinstaller -F -n lbrynet lbrynet/extras/cli.py && \
|
pyinstaller -F -n lbrynet lbrynet/extras/cli.py && \
|
||||||
chmod +x /lbry/dist/lbrynet && \
|
chmod +x /lbry/dist/lbrynet && \
|
||||||
|
|
Loading…
Reference in a new issue