Skip to content
Open
Changes from all commits
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
15 changes: 8 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
version: 2
version: 2.1
orbs:
ruby: circleci/ruby@2.1.3
jobs:
default: &default
working_dir: hackathon
working_directory: hackathon
environment:
REPORT_DIR: /report
docker:
- image: reproio/ruby_with_terraform:0.11.0
environment:
- LC_ALL: C.UTF-8
- LANG: ja_JP.UTF-8
- LANGUAGE: ja_JP.UTF-8
- image: hashicorp/terraform
steps:
- checkout
plan:
Expand All @@ -19,6 +17,9 @@ jobs:
- run:
name: terraform version
command: "terraform --version"
- ruby/install:
version: '3.3.4'
- run: echo "Ruby 3.3.4 has been installed"
- run:
name: echo ruby information
command: |
Expand Down