Skip to content

Commit

Permalink
publish: Pin to ruby 3.1 (#1142)
Browse files Browse the repository at this point in the history
Signed-off-by: Enrique Llorente <[email protected]>

Signed-off-by: Enrique Llorente <[email protected]>
  • Loading branch information
qinqon authored Jan 19, 2023
1 parent 0372c67 commit 45c46d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ push_knmstate_containers() {

publish_docs() {
# Update gh-pages branch with the generated documentation
${IMAGE_BUILDER} run -v $(pwd)/docs:/docs/ docker.io/library/ruby make -C /docs install build
${IMAGE_BUILDER} run -v $(pwd)/docs:/docs/ docker.io/library/ruby:3.1 make -C /docs install build
rm -rf /tmp/gh-pages
git clone --single-branch http://github.com/nmstate/kubernetes-nmstate -b gh-pages /tmp/gh-pages
rsync -rt --links --cvs-exclude docs/build/kubernetes-nmstate/* /tmp/gh-pages
Expand Down

0 comments on commit 45c46d1

Please sign in to comment.