This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
Watch
1
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-06 19:38:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse
/
bin
/
docker
/
rspec
4 lines
56 B
Plaintext
Raw
Normal View
History
Unescape
Escape
DEV: add wrapper for rspec running in docker
2019-05-05 13:43:45 +10:00
#!/bin/bash
DEV: Update docker development binstubs - Add `d/ember-cli`, and publish port 4200 - Remove `d/sidekiq`. Sidekiq is now started with the rails server - Move all `docker exec` logic into a single place, so we have one place to set environment variable pass-throughs - Use `exec` for all bash scripts, so that return statuses are passed back correctly - Avoid using `bin/bash -c` unnecessarily, because it makes escaping arguments difficult
2021-05-21 16:24:09 +01:00
exec "$(dirname "$0")/exec" bin/rspec "$@"
Reference in New Issue
Copy Permalink