Skip to content

Commit

Permalink
Don't rely on INPUT_RUBY_VERSION anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Oct 10, 2019
1 parent 48aa442 commit 7c34e7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/cibuild-docker
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
set -ex

# Set the ruby version in the Action definition matrix.
RUBY_VERSION="$INPUT_RUBY_VERSION"
: "${RUBY_VERSION:="2.5.3"}"

docker build --build-arg "RUBY_VERSION=$RUBY_VERSION" -t github-pages .
Expand Down

0 comments on commit 7c34e7a

Please sign in to comment.