Skip to content
Snippets Groups Projects
Commit 8dab8464 authored by Matt Miller's avatar Matt Miller
Browse files

Use ruby 2.7 when pushing cookbooks.

parent 6de7c9b0
No related branches found
No related tags found
No related merge requests found
Pipeline #24690434 passed
Loading
Loading
@@ -44,6 +44,7 @@ variables:
RUBYOPT: "-W0" # Disable ruby warnings.
EXTRA_PRODUCTS_FILE: cinc-products.rb
COOKBOOK_PUBLISHER_BRANCH: mattmi/debug-cookbook-upload-failures
PUBLISHER_SKIP_VERSION_CHECK: "true"
 
before_script:
- eval $(ssh-agent -s)
Loading
Loading
@@ -114,6 +115,7 @@ kitchen:
 
push-cookbook:
stage: $[[ inputs.publish_stage ]]
image: ruby 2.7
only:
refs:
- master
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment