Commit 0ccadc34 authored by 神楽坂玲奈's avatar 神楽坂玲奈

CI

parent 9c794ac3
...@@ -11,7 +11,6 @@ init: ...@@ -11,7 +11,6 @@ init:
cache: cache:
- C:\ProgramData\chocolatey\bin - C:\ProgramData\chocolatey\bin
- C:\ProgramData\chocolatey\lib - C:\ProgramData\chocolatey\lib
- vendor/bundle
install: install:
# ssh key and submodules # ssh key and submodules
- ps: $fileContent = "-----BEGIN EC PRIVATE KEY-----`n" - ps: $fileContent = "-----BEGIN EC PRIVATE KEY-----`n"
...@@ -26,7 +25,6 @@ install: ...@@ -26,7 +25,6 @@ install:
- set PATH=C:\Ruby22\bin;%PATH% - set PATH=C:\Ruby22\bin;%PATH%
# application dependency # application dependency
- bundle config --local path vendor/bundle
- bundle install - bundle install
# data # data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment