Skip to content

Commit

Permalink
Change CI image to official Alpine one
Browse files Browse the repository at this point in the history
  • Loading branch information
j8r committed Jul 9, 2020
1 parent 786b9e6 commit 511ae38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ platform:

steps:
- name: format
image: jrei/crystal-alpine
image: crystallang/crystal:latest-alpine
commands:
- crystal tool format --check

- name: build
image: jrei/crystal-alpine
image: crystallang/crystal:latest-alpine
volumes:
- name: cache
path: /root/.cache
Expand All @@ -21,20 +21,20 @@ steps:
- shards build --static

- name: lint
image: jrei/crystal-alpine
image: crystallang/crystal:latest-alpine
commands:
- bin/ameba

- name: test
volumes:
- name: cache
path: /root/.cache
image: jrei/crystal-alpine
image: crystallang/crystal:latest-alpine
commands:
- crystal spec -D allow_root --warnings all --error-on-warnings

- name: build docs
image: jrei/crystal-alpine
image: crystallang/crystal:latest-alpine
volumes:
- name: docs
path: /docs
Expand Down

0 comments on commit 511ae38

Please sign in to comment.