You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
click.echo("Currently you must run the pipeline at least once")
56
56
exceptInvalidGitRepositoryError:
57
57
click.secho(
58
-
"The path %s is invalid, outside of any git repository or git repository is not initialized. Initialize the repository and add it to Github by following the guide %s"% (pipeline_script_path, fmt.bold("https://docs.github.com/en/get-started/quickstart/create-a-repo")),
58
+
"No git repository found for pipeline script %s. Add your local code to Github as described here: %s"% (fmt.bold(pipeline_script_path), fmt.bold("https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github")),
raiseCliCommandException("deploy", f"Your current repository origin is not set to github but to {origin}.\nYou must change it to be able to run the pipelines with github actions: https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories")
47
47
exceptValueError:
48
-
raiseCliCommandException("deploy", "Your current repository has no origin set. Please set it up to be able to run the pipelines with github actions: https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories")
48
+
raiseCliCommandException("deploy", "Your current repository has no origin set. Please set it up to be able to run the pipelines with github actions: https://docs.github.com/en/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github")
0 commit comments