File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -123,16 +123,14 @@ node('multiarch-' + env.BASHBREW_ARCH) { ansiColor('xterm') {
123
123
124
124
def buildEnvs = []
125
125
stage('Prep') {
126
- if (obj.commands.build.contains(' buildx ')) {
127
- def json = sh(returnStdout: true, script: '''#!/usr/bin/env bash
128
- set -Eeuo pipefail -x
129
-
130
- .doi/.bin/bashbrew-buildkit-env-setup.sh \\
131
- | jq 'to_entries | map(.key + "=" + .value)'
132
- ''').trim()
133
- if (json) {
134
- buildEnvs += readJSON(text: json)
135
- }
126
+ def json = sh(returnStdout: true, script: '''#!/usr/bin/env bash
127
+ set -Eeuo pipefail -x
128
+
129
+ .doi/.bin/bashbrew-buildkit-env-setup.sh \\
130
+ | jq 'to_entries | map(.key + "=" + .value)'
131
+ ''').trim()
132
+ if (json) {
133
+ buildEnvs += readJSON(text: json)
136
134
}
137
135
}
138
136
You can’t perform that action at this time.
0 commit comments