-
Notifications
You must be signed in to change notification settings - Fork 817
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
Supress fatal message in CPP example build #1701
Supress fatal message in CPP example build #1701
Conversation
There is no .git file, so version could be retrieved from environment variable.
Build Succeeded 👏 Build Id: eec802ce-0f15-437d-bc34-e6ecab1de36e 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:
|
This looks reasonable to me (since the output is only used if the return code from the child process is 0). @dsazonoff - you had some thoughts on #1091 so I wanted to see if you had opinions about this solution? |
/assign |
And adding link to my latest comment on the ticket:
|
Original error message was produced because of missing .git folder. It is an output of a @aLekSer solution looks good, I think it can be merged. Possible improvements is to do next steps to fill the version variable:
Pseudocode:
P.S. I'll do a new PR if I'll have some free time. |
Build Succeeded 👏 Build Id: 202fd934-b9e4-48ef-bec8-aeac6a6dde78 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:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aLekSer, roberthbailey The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There is no .git file, so version could be retrieved from environment variable.
There is no .git folder in Docker when
make build
onexamples/cpp-simple
.variable.
Note that when running next command
AGONES_VERSION
set as it should:make run-sdk-command SDK_FOLDER=cpp COMMAND=build
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
Which issue(s) this PR fixes:
Closes #1091
Special notes for your reviewer: