Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Commit

Permalink
added nc, moved env-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
joelalejandro committed Sep 12, 2019
1 parent 857fb3d commit 777616d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@ jobs:
run-greenboard:
docker:
- image: counterfactual/circleci-environment:greenboard-test
environment:
METAMASK_REPOSITORY: prototypal/metamask-extension
METAMASK_BRANCH: develop
WORKING_DIRECTORY: /home/circleci
COUNTERFACTUAL_PATH: /home/circleci/project

steps:
- <<: *restore_code
Expand Down
2 changes: 1 addition & 1 deletion .circleci/images/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ ENV TEST_BROWSER_FLAG_DEBUG=#
ENV TEST_BROWSER_FLAG_DISABLE_GPU=#

# Install browser, driver and X virtual framebuffer
RUN apt-get install -y chromium-browser chromium-chromedriver xvfb
RUN apt-get install -y chromium-browser chromium-chromedriver xvfb nc
4 changes: 4 additions & 0 deletions packages/greenboard/ci-run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/sh
NODE_ENV=test
METAMASK_REPOSITORY="prototypal/metamask-extension"
METAMASK_BRANCH="develop"
WORKING_DIRECTORY="/home/circleci"
COUNTERFACTUAL_PATH="/home/circleci/project"
YARN_OP_FLAGS="--ignore-engines"
YARN_BUILD_FLAGS="$YARN_OP_FLAGS --build-from-source"
alias yarn_install_command="yarn $YARN_BUILD_FLAGS"
Expand Down

0 comments on commit 777616d

Please sign in to comment.