Skip to content

Commit

Permalink
jobs/build-kola-containers: fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe authored and jlebon committed Apr 16, 2024
1 parent 84459b1 commit c53fcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/build-kola-containers.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ node {

if ( !params.FORCE ) {
// get the git commit ref for the last built container
def previous_ref = shWrapCapture("""
def previous_ref = shwrapCapture("""
skopeo inspect --no-creds docker://${params.CONTAINER_REGISTRY_ORG}/${contexts[0]}:latest \
| jq -r '.Labels.org.opencontainers.image.revision'
""")
Expand Down

0 comments on commit c53fcde

Please sign in to comment.