Skip to content

Commit

Permalink
-y
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Mar 14, 2019
1 parent 0d63181 commit 1b856ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
- "wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -"
- "sh -c 'echo \"deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main\" >> /etc/apt/sources.list.d/google.list'"
- "apt-get update"
- "apt-get install google-chrome-stable"
- "apt-get install -y google-chrome-stable"
- "./scripts/fetch-develop.deps.sh --depth 1"
- "yarn install"
- "yarn test"
Expand Down

0 comments on commit 1b856ec

Please sign in to comment.