This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
ruby-build
Watch
1
Star
0
Fork
You've already forked ruby-build
0
mirror of
https://github.com/rbenv/ruby-build.git
synced
2026-05-16 09:13:14 -04:00
Code
Issues
Releases
Packages
Wiki
Activity
v20220415
ruby-build
/
script
/
test
4 lines
43 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
Update ruby-build download mirror in GitHub Actions
2021-07-15 20:57:14 +02:00
#!/bin/bash
Keep mirror up-to-date using Travis CI When new Ruby definitions get added, our current CloudFront mirror may get out of date. This adds a task to the CI process that detects added/changed package URLs and uploads them to our S3 bucket. Fixes #392, references #395
2013-10-24 16:49:15 +02:00
set -e
Update ruby-build download mirror in GitHub Actions
2021-07-15 20:57:14 +02:00
bats ${CI:+--tap} test
Reference in a new issue
Copy permalink