Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip]fix ci #186

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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/[email protected]
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