mirror of
https://github.com/github/rails.git
synced 2026-01-10 23:28:10 -05:00
7 lines
59 B
Bash
Executable File
7 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -x
|
|
set -e
|
|
|
|
script/cibuild-on 2.1.0-github
|