Move build.sh
This commit is contained in:
@@ -2,13 +2,9 @@ language: ruby
|
|||||||
rvm:
|
rvm:
|
||||||
- 2.4.1
|
- 2.4.1
|
||||||
|
|
||||||
before_script:
|
|
||||||
- chmod +x ./.github/ci_build # or do this locally and commit
|
|
||||||
|
|
||||||
# Assume bundler is being used, therefore
|
# Assume bundler is being used, therefore
|
||||||
# the `install` step will run `bundle install` by default.
|
# 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
|
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