do not duplicate architecture var
This commit is contained in:
parent
bda722657c
commit
905ef57ee7
1 changed files with 0 additions and 3 deletions
|
@ -34,7 +34,6 @@ def call(Map config = [:]) {
|
|||
}
|
||||
|
||||
parallel parallelStages
|
||||
env.ARCHITECTURES = architectures.join(',')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -43,8 +42,6 @@ def call(Map config = [:]) {
|
|||
agent any
|
||||
steps {
|
||||
script {
|
||||
def architectures = env.ARCHITECTURES.split(',')
|
||||
|
||||
for (arch in architectures) {
|
||||
unstash "${arch}-image"
|
||||
sh "podman load -i ${arch}-${env.BUILD_NUMBER}.tar"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue