Move build.sh
This commit is contained in:
parent
5ccb4ad879
commit
c47370dde0
@ -2,13 +2,9 @@ language: ruby
|
||||
rvm:
|
||||
- 2.4.1
|
||||
|
||||
before_script:
|
||||
- chmod +x ./.github/ci_build # or do this locally and commit
|
||||
|
||||
# Assume bundler is being used, therefore
|
||||
# the `install` step will run `bundle install` by default.
|
||||
script: ./.github/ci_build
|
||||
|
||||
script: ./build.sh
|
||||
|
||||
sudo: false # route your build to the container-based infrastructure for a faster build
|
||||
|
||||
|
0
.github/ci_build → build.sh
Normal file → Executable file
0
.github/ci_build → build.sh
Normal file → Executable file
Reference in New Issue
Block a user