Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rubinius/rubinius
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 013116e81525
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 40f0f30add2d
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 30, 2016

  1. Deploy Docker Hub update.

    brixen committed Mar 30, 2016
    Copy the full SHA
    42ee89d View commit details
  2. Copy the full SHA
    40f0f30 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 .travis.yml
  2. +1 −1 scripts/digest.sh
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ before_script:
- ./configure
script: rake ci
after_success:
- if [ $TRAVIS_BRANCH == $TRAVIS_TAG ]; then ./scripts/deploy.sh release github website triggers; fi
- if [ $TRAVIS_BRANCH == $TRAVIS_TAG ]; then ./scripts/deploy.sh release github website triggers docker; fi
branches:
only:
- master
2 changes: 1 addition & 1 deletion scripts/digest.sh
Original file line number Diff line number Diff line change
@@ -8,5 +8,5 @@ function rbx_digest_file {
}

function rbx_base64 {
base64 -i "$1"
base64 -i "$1" | tr -d '\n'
}