Skip to content

Commit

Permalink
Rework artifact copy
Browse files Browse the repository at this point in the history
  • Loading branch information
roceb committed Dec 23, 2024
1 parent c4026c7 commit 3ea491f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pipelines/lib/util.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1397,8 +1397,8 @@ def String runRebuild(Map p) {
buildNumber: result.id,
],
])
def manifestId = parseManifestId(readFile('buildmanifest/linux-9-x86/lsstsw/build/manifest.txt'))
echo sh(returnStdout: true, script: 'env|sort')
def manifestId = parseManifestId(readFile('buildmanifest/lsstsw/build/manifest.txt'))
// echo sh(returnStdout: true, script: 'env|sort')

echo "parsed manifest id: ${manifestId}"
return manifestId
Expand Down
5 changes: 0 additions & 5 deletions pipelines/release/run_rebuild.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ notify.wrap {

def canonical = scipipe.canonical
def lsstswConfigs = canonical.lsstsw_config
def splenvRef = lsstswConfigs.splenv_ref
println("This is the env ref: " + splenvRef)
if (params.SPLENV_REF) {
splenvRef = params.SPLENV_REF
}

def matrix = [:]
lsstswConfigs.each{ lsstswConfig ->
Expand Down

0 comments on commit 3ea491f

Please sign in to comment.