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

Rename BuildTarballAndLoadDockerStep to LoadDockerStep #559

Merged
merged 2 commits into from
Jul 11, 2018

Conversation

TadCordle
Copy link
Contributor

Another small part of #514

Copy link
Member

@briandealwis briandealwis left a comment

Choose a reason for hiding this comment

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

Assuming subsequent PRs will split out the tarballing into separate steps.

@@ -208,7 +208,7 @@ public void waitOnPushImageStep() throws ExecutionException, InterruptedExceptio

public void waitOnBuildTarballAndLoadDockerStep()
Copy link
Member

@briandealwis briandealwis Jul 11, 2018

Choose a reason for hiding this comment

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

And same again. (this was meant to reference #559 (comment))

@@ -192,8 +192,8 @@ public StepsRunner runPushImageStep() {
}

public StepsRunner runBuildTarballAndLoadDockerStep() {
Copy link
Member

Choose a reason for hiding this comment

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

Should this method be renamed? Hmm, I guess not as it will need to build the tarball when that is separated.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah good catch, this should probably be renamed. We ended up agreeing on just creating a separate step instead of splitting this one up - #502 (comment)

@TadCordle TadCordle merged commit ec36489 into master Jul 11, 2018
@TadCordle TadCordle deleted the rename-loaddockerstep branch July 11, 2018 18:31
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