
Make it easier to use Codespace to develop rspec-tools by reusing the Dockerfile for the CI.
8 lines
165 B
Bash
Executable File
8 lines
165 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
TOP_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)/..
|
|
|
|
$TOP_DIR/ci/install_rspec_tools_dependencies.sh
|