Skip to content

Commit 319d2b3

Browse files
authored
Merge pull request #577 from dustymabe/dusty-bump-lockfile
jobs/bump-lockfile: fix more typos
2 parents 9f9ac9c + 3f4f01f commit 319d2b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jobs/bump-lockfile.Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@ try { lock(resource: "bump-${params.STREAM}") { timeout(time: 120, unit: 'MINUTE
127127
if (arch == "x86_64") {
128128
shwrap("""
129129
cosa buildfetch --arch=${arch} --find-build-for-arch \
130-
--url=${BUILDS_BASE_HTTP_URL}/${branch}/builds")
130+
--url=${BUILDS_BASE_HTTP_URL}/${branch}/builds
131131
cosa fetch --update-lockfile --dry-run
132132
""")
133133
} else {
134134
pipeutils.withExistingCosaRemoteSession(
135135
arch: arch, session: archinfo[arch]['session']) {
136136
shwrap("""
137137
cosa buildfetch --arch=${arch} --find-build-for-arch \
138-
--url=${BUILDS_BASE_HTTP_URL}/${branch}/builds")
138+
--url=${BUILDS_BASE_HTTP_URL}/${branch}/builds
139139
cosa fetch --update-lockfile --dry-run
140140
cosa remote-session sync {:,}src/config/manifest-lock.${arch}.json
141141
""")

0 commit comments

Comments
 (0)