Skip to content

Commit

Permalink
Include .git in Dockerfile. Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
yondonfu committed Jan 10, 2018
1 parent 6e56c00 commit d38eed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Dockerfile-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM node:8.5.0

WORKDIR /app/
# Need .git so we can get the git head commit hash
COPY .git /app/.git
COPY .babelrc /app/.babelrc
COPY .soliumrc.json /app/.soliumrc.json
COPY .soliumignore /app/.soliumignore
Expand Down
2 changes: 0 additions & 2 deletions test/unit/BondingManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -654,9 +654,7 @@ contract("BondingManager", accounts => {
const pricePerSegment = 10

// Mock distribute fees params
const fees = 300
const jobCreationRound = 7
const transcoderTotalStake = 4000

beforeEach(async () => {
await bondingManager.setParameters(UNBONDING_PERIOD, NUM_TRANSCODERS, NUM_ACTIVE_TRANSCODERS)
Expand Down

0 comments on commit d38eed2

Please sign in to comment.