Skip to content

Commit 0ead42d

Browse files
Update and regenerate
1 parent e829602 commit 0ead42d

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

.jenkins/Jenkinsfile.build

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -123,16 +123,14 @@ node('multiarch-' + env.BASHBREW_ARCH) { ansiColor('xterm') {
123123

124124
def buildEnvs = []
125125
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)
136134
}
137135
}
138136

.scripts

commits.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"doi": "19b6b867843f0b9ab80bb77e78a3e4f958fb34dd",
3-
"scripts": "2b04d9e95d1bf479c48b5be87fee8170be9b02a9"
3+
"scripts": "a116b91444ec1b6b60237d10496335cd53b02d96"
44
}

0 commit comments

Comments
 (0)