Skip to content

Commit

Permalink
use vulcan image in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
icylisper committed Jan 21, 2019
1 parent d007674 commit 5aabd2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
parallelism: 1
working_directory: ~/sqly
docker:
- image: omnyway/clojure-cli:0.1.3
- image: omnyway/vulcan:latest
environment:
- SERVICE_NAME: sqly
steps:
Expand All @@ -14,7 +14,7 @@ jobs:
parallelism: 1
working_directory: ~/sqly
docker:
- image: omnyway/clojure-cli:0.1.3
- image: omnyway/vulcan:latest
environment:
- VERSION_FILE: ../VERSION
- SERVICE_NAME: sqly
Expand Down

0 comments on commit 5aabd2a

Please sign in to comment.