You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, the sample .circleci config does not work for me. It always chokes on not being able to find bundle. All I'm trying to do is run rspec on .circle ci.
Hey guys, the sample .circleci config does not work for me. It always chokes on not being able to find bundle. All I'm trying to do is run rspec on .circle ci.
This is the config I have so far:
version: 2
jobs:
build:
parallelism: 3
docker:
- image: circleci/ruby:2.4.2-jessie-node
environment:
BUNDLE_JOBS: 3
BUNDLE_RETRY: 3
BUNDLE_PATH: vendor/bundle
TERRAFORM_VERSION: 0.10.8
PATH: "${PATH}:${HOME}/.bin"
And this is the output where it fails:
Which bundler? (0)00:00
Exit code: 127
#!/bin/bash -eo pipefail
bundle -v
/bin/bash: bundle: command not found
Exited with code 127
The text was updated successfully, but these errors were encountered: