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

Publish should also support default process #602

Merged
merged 3 commits into from
May 7, 2020

Conversation

zmackie
Copy link
Contributor

@zmackie zmackie commented May 1, 2020

Fixes #599

@zmackie zmackie requested a review from a team as a code owner May 1, 2020 15:13
@zmackie zmackie requested a review from natalieparellano May 1, 2020 15:13
@natalieparellano
Copy link
Member

Besides the failing linter these changes look good to me. Awesome that this is now tested :)

@jromero
Copy link
Member

jromero commented May 5, 2020

@zmackie any follow up on this?

zmackie added 2 commits May 5, 2020 14:38
Signed-off-by: Zander Mackie <zmackie@gmail.com>
Signed-off-by: Zander Mackie <zmackie@gmail.com>
@zmackie zmackie force-pushed the fix/default-proc-publish branch from 50e02e9 to 1c78e5d Compare May 5, 2020 18:38
@zmackie zmackie requested a review from natalieparellano May 5, 2020 18:38
@zmackie
Copy link
Contributor Author

zmackie commented May 5, 2020

@jromero Should be ready to go. lint fixed.

@zmackie zmackie closed this May 5, 2020
@zmackie zmackie reopened this May 5, 2020
@jromero
Copy link
Member

jromero commented May 5, 2020

@zmackie seems to still be failing :/

You can try running make prepare-for-pr locally.

Signed-off-by: Zander Mackie <zmackie@gmail.com>
@zmackie zmackie force-pushed the fix/default-proc-publish branch from 1c78e5d to d2ea3b5 Compare May 5, 2020 19:01
@codecov
Copy link

codecov bot commented May 5, 2020

Codecov Report

Merging #602 into master will increase coverage by 0.17%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #602      +/-   ##
==========================================
+ Coverage   70.59%   70.77%   +0.17%     
==========================================
  Files          66       66              
  Lines        3710     3712       +2     
==========================================
+ Hits         2619     2627       +8     
+ Misses        757      752       -5     
+ Partials      334      333       -1     
Flag Coverage Δ
#os_linux 70.77% <100.00%> (+0.17%) ⬆️
#os_macos 66.64% <100.00%> (+0.17%) ⬆️
#unit 70.77% <100.00%> (+0.17%) ⬆️
Impacted Files Coverage Δ
internal/build/phases.go 94.73% <100.00%> (+4.07%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 87030a1...d2ea3b5. Read the comment docs.

@zmackie
Copy link
Contributor Author

zmackie commented May 5, 2020

@zmackie seems to still be failing :/

You can try running make prepare-for-pr locally.

Should be GTG according to make prepare-for-pr (although I think that make command is not working properly see:

-----------------
NOTICE: There are some files that have not been committed.
-----------------

On branch fix/default-proc-publish
Your branch is up to date with 'origin/fix/default-proc-publish'.

nothing to commit, working tree clean

-----------------
NOTICE: There are some files that have not been committed.
-----------------

@jromero jromero added this to the 0.11.0 milestone May 5, 2020
@zmackie zmackie merged commit cb1ef79 into buildpacks:master May 7, 2020
@jromero jromero added the type/bug Issue that reports an unexpected behaviour. label May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Issue that reports an unexpected behaviour.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default process type is not set when running against a registry
3 participants