Skip to content
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

Adding wrapper action to support post job cleanup, checkout just work #91

Merged
merged 1 commit into from
Sep 24, 2019

Conversation

TingluoHuang
Copy link
Member

No description provided.

@TingluoHuang TingluoHuang changed the title [WIP] adding wrapper action to support post job cleanup Adding wrapper action to support post job cleanup, checkout just work Aug 30, 2019
@TingluoHuang TingluoHuang force-pushed the users/tihuang/wrapperaction branch 5 times, most recently from 6bca89d to f4094e7 Compare September 16, 2019 02:32
// Prepare self-signed CA cert config for fetch from server.
if (useSelfSignedCACert)
{
executionContext.Debug($"Use self-signed certificate '{runnerCert.CACertificateFile}' for git fetch.");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why does fetch work differently here, just curious

}
else
{
throw new NotSupportedException(key);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: consider assert.fail

Copy link
Collaborator

@thboop thboop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, the git commands are a little outside my area of expertise so you may want to consider getting someone else to review that or we can sit in a room and discuss it if you are worried about it.

@TingluoHuang TingluoHuang merged commit 684d4a7 into master Sep 24, 2019
@TingluoHuang TingluoHuang deleted the users/tihuang/wrapperaction branch September 24, 2019 00:29
fhammerl added a commit that referenced this pull request Jun 16, 2022
Handle exception in executeHookScript
volker-raschek pushed a commit to dedalus-cis4u/github-runner-role that referenced this pull request Jul 25, 2022
jsoref pushed a commit to jsoref/actions-runner that referenced this pull request Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants