Skip to content

Commit

Permalink
Fixes #37568 - Add possibility to set puppet version
Browse files Browse the repository at this point in the history
in gitlab CI
  • Loading branch information
dosas authored and ekohl committed Jun 19, 2024
1 parent 7e79a3b commit 2ec4fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ stages:
variables:
RUBY_VERSION: "2.7"
RUBY_IMAGE: "ruby:${RUBY_VERSION}"
PUPPET_VERSION: "7.0"

.common:
image: ${RUBY_IMAGE}
Expand Down

0 comments on commit 2ec4fbd

Please sign in to comment.