-
Notifications
You must be signed in to change notification settings - Fork 819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CloudBuild: Fix for cache image rebuild #3535
CloudBuild: Fix for cache image rebuild #3535
Conversation
Somewhere `substitutions` got lost, adding it back in. I think that will solve my issue with creating a scheduled trigger. Will need to merge before I can test it.
@@ -137,6 +137,9 @@ steps: | |||
- name: original | |||
path: /original | |||
|
|||
substitutions: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ohh right! I was initially adding this substitution in the target, but we later decided not to use any target
Build Succeeded 👏 Build Id: 1aec182b-9f20-4d8c-8ff7-7cc74028fa8b The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: ace51744-b169-40eb-8adf-56efec59d7a1 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
What type of PR is this?
/kind bug
What this PR does / Why we need it:
Somewhere
substitutions
got lost, adding it back in. I think that will solve my issue with creating a scheduled trigger. Will need to merge before I can test it.Which issue(s) this PR fixes:
N/A
Special notes for your reviewer:
N/A