mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-06 05:10:57 +00:00
Install mkdir again
This commit is contained in:
parent
09ea833bb9
commit
033e427301
@ -151,7 +151,7 @@ integration tests:
|
|||||||
stage: integration tests
|
stage: integration tests
|
||||||
script:
|
script:
|
||||||
- docker build -t wallet-emulator-bridge-tests .
|
- docker build -t wallet-emulator-bridge-tests .
|
||||||
- mdkir -p /trezor-wallet/test/screenshots
|
- mkdir -p /trezor-wallet/test/screenshots
|
||||||
- docker run --volume /trezor-wallet/test/screenshots:/trezor-wallet/test/screenshots --rm wallet-emulator-bridge-tests
|
- docker run --volume /trezor-wallet/test/screenshots:/trezor-wallet/test/screenshots --rm wallet-emulator-bridge-tests
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_failure
|
when: on_failure
|
||||||
|
@ -5,7 +5,7 @@ FROM python:latest
|
|||||||
#
|
#
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
|
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
|
||||||
RUN apt-get install -y nodejs mdkir wget dpkg git python python3 python3-pip xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2
|
RUN apt-get install -y nodejs wget dpkg git python python3 python3-pip xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2
|
||||||
RUN npm install -g yarn
|
RUN npm install -g yarn
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user