-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: add scripts/build-push.sh #76
Conversation
Signed-off-by: Dominik Rosiek <[email protected]>
|
||
certify: | ||
PUSH=true CERTIFY=true CHECK=false ./scripts/build-push-all.sh | ||
PUSH=true CHECK=true CERTIFY=true ./scripts/build-push-all.sh |
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.
I believe we should check before certify
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.
Does the order here matter at all?
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.
Order is not important, it is only value of variable. I suspect that Dominik changed the order to have logical order of variables.
Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
65dc3de
to
11b8494
Compare
Signed-off-by: Dominik Rosiek <[email protected]>
11b8494
to
d42cf40
Compare
Signed-off-by: Dominik Rosiek <[email protected]>
No description provided.