Closed oxaronick closed 2 years ago
Appears not to be an issue any longer:
sh-3.2$ export environment=ci
sh-3.2$ ops test
Running 'environment=test bundle exec rspec --exclude-pattern 'spec/e2e/**/*_spec.rb'' in environment 'ci'...
Randomized with seed 57001
270/270 |=============================================== 100 ===============================================>| Time: 00:00:01
Finished in 1.35 seconds (files took 0.4442 seconds to load)
270 examples, 0 failures
This was likely due to the use of [
with ==
as an operator, which was present at some point, but no longer seems to be in the code.
ops
doesn't explicitly set the shell, but assumesbash
. When run withsh
as the shell, we get these errors:It would be good to have
ops
compatible withsh
, or state the shells with which it is compatible.