Skip to content

Commit

Permalink
Change Docker image from fedora to ruby for rspec CI task
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWayfer committed Nov 19, 2020
1 parent 854884b commit 0fff83d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ rspec_task:
- remark
- rubocop
container:
image: fedora
## https://cirrus-ci.com/task/5233441622982656?command=bundle#L3
image: ruby
os_setup_script:
## https://cirrus-ci.com/task/6357513148825600
## https://cirrus-ci.com/task/5062843240284160?command=os_setup#L538
## https://cirrus-ci.com/task/6270527041961984?command=os_setup#L535
- dnf update -y && dnf install git which make gcc -y
- apt update && apt upgrade -y && apt install git which make gcc -y

## rbenv
- git clone https://github.com/rbenv/rbenv.git ~/.rbenv
Expand Down

0 comments on commit 0fff83d

Please sign in to comment.