Skip to content

Commit

Permalink
Add changes
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <divyaasm@amazon.com>
  • Loading branch information
Divyaasm committed Jul 10, 2023
1 parent 087ed79 commit 323e74f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vars/patchDockerImage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ void call(Map args = [:]) {
build_time = readFile('time').trim()
sh """docker inspect --format '{{ index .Config.Labels "org.label-schema.description"}}' ${docker_image} > number"""
build_number = readFile('number').trim()
build_time = readFile('time').trim()
println("${number} ${time}")

staging_image = ${staging_image} + "${build_number}"
Expand Down

0 comments on commit 323e74f

Please sign in to comment.