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

Fixed popper dot command #614

Merged
merged 5 commits into from
Apr 28, 2019
Merged

Conversation

JayjeetAtGithub
Copy link
Collaborator

No more prompts for secrets during popper dot.

@JayjeetAtGithub
Copy link
Collaborator Author

@ivotron Can't understand why the build failed in this case ?

Copy link
Collaborator

@ivotron ivotron left a comment

Choose a reason for hiding this comment

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

thanks a lot @JayjeetAtGithub , please take a look at the comments

ci/test/dot Outdated
@@ -9,7 +9,7 @@ cd "$test_repo_path"
git clone https://github.com/cplee/github-actions-demo.git
cd github-actions-demo

export PHONY_SECRET=foo
# export PHONY_SECRET=foo
Copy link
Collaborator

@ivotron ivotron Apr 26, 2019

Choose a reason for hiding this comment

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

we can delete these lines, as popper dot won't prompt for secrets anymore

@@ -19,7 +19,7 @@ class Workflow(object):
"""

def __init__(self, wfile, workspace, dry_run,
reuse, parallel):
reuse, parallel, no_prompt=False):
Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe rename to no_secrets_prompt or skip_secrets_prompt?

@ivotron
Copy link
Collaborator

ivotron commented Apr 26, 2019

Can't understand why the build failed in this case ?

not sure either... hmm, maybe a transient issue?

@JayjeetAtGithub
Copy link
Collaborator Author

JayjeetAtGithub commented Apr 27, 2019

Can't understand why the build failed in this case?

not sure either... hmm, maybe a transient issue?

@ivotron Ya maybe, because I tested the actions-demo test multiple times locally, and it was working fine.

@JayjeetAtGithub
Copy link
Collaborator Author

@ivotron Somehow the arrangement of imports again got disturbed, so fixed that.

@ivotron ivotron merged commit 6c60ef6 into getpopper:master Apr 28, 2019
ivotron pushed a commit that referenced this pull request May 24, 2020
ivotron pushed a commit that referenced this pull request May 25, 2020
ivotron pushed a commit that referenced this pull request May 25, 2020
ivotron pushed a commit that referenced this pull request May 25, 2020
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.

None yet

2 participants