mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 21:45:25 +08:00
6 lines
66 B
Bash
Executable file
Vendored
6 lines
66 B
Bash
Executable file
Vendored
#!/bin/bash
|
|
set -euo pipefail
|
|
IFS=$'\n\t'
|
|
set -vx
|
|
|
|
bundle install
|