Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed Sep 18, 2019
1 parent beebd31 commit 89e3677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-worker-pool/update-worker-pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ func main() {
initializeParams := diskObj["initializeParams"].(map[string]interface{})
oldImage := initializeParams["sourceImage"].(string)
newImage := "projects/pmoore-dev/global/images/" + os.Getenv("UNIQUE_NAME")
initializeParams["sourceImage"] = newImage
log.Print("Old image: " + oldImage)
log.Print("New image: " + newImage)
initializeParams["sourceImage"] = newImage
if oldImage == newImage {
log.Print("WARNING: No change to image (" + oldImage + ")")
} else {
Expand Down

0 comments on commit 89e3677

Please sign in to comment.