Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

might work now #4

Merged
merged 6 commits into from
Aug 4, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
COME ON
  • Loading branch information
dylanvorster committed Aug 4, 2018
commit 1a0a8b2d4eb5ae5b844e56a9419320dce0c223bf
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ workflows:
jobs:
build:
docker:
- image: projectstorm/chrome
- image: projectstorm/ci
working_directory: ~/repo
steps:
- checkout
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

publish:
docker:
- image: projectstorm/chrome
- image: projectstorm/ci
working_directory: ~/repo
steps:
- checkout
Expand Down