From 33e789c6921be90f531ec03e2bfac7cb251aec56 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Fri, 12 Jan 2024 13:08:48 +0100 Subject: [PATCH] Use correct braces in smart-proxy-plugin script These are variables that are replaced in Jenkins templating, not bash. Fixes: f164a3f291045dd45fac4dd560421f243af1fbc3 ("Use bundler 2.4.22 in ruby 2.7 environments") --- theforeman.org/yaml/builders/smart-proxy-plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theforeman.org/yaml/builders/smart-proxy-plugin.yaml b/theforeman.org/yaml/builders/smart-proxy-plugin.yaml index 944db158..0a0abb53 100644 --- a/theforeman.org/yaml/builders/smart-proxy-plugin.yaml +++ b/theforeman.org/yaml/builders/smart-proxy-plugin.yaml @@ -13,7 +13,7 @@ rvm gemset empty --force set -x - if [ "${{ruby}}" = '2.7' ] + if [ "${ruby}" = '2.7' ] then gem install bundler -v 2.4.22 --no-document else