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

Errors in add_step() #191

Open
krlmlr opened this issue Oct 17, 2019 · 0 comments
Open

Errors in add_step() #191

krlmlr opened this issue Oct 17, 2019 · 0 comments

Comments

@krlmlr
Copy link
Collaborator

krlmlr commented Oct 17, 2019

are very unintuitive. Example:

library(tic)
get_stage("deploy") %>% 
  add_step(step_push_deploy(
    path = "path"
  ))
#> ✔ Creating a blank tic stage configuration
#> Error: Error evaluating the step argument of add_step(), expected an object of class TicStep.
#> Original error: Cannot orphan the branch that has been used for the CI run.

Created on 2019-10-17 by the reprex package (v0.3.0)

Can we print a short version of the expression that this step tried to evaluate?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants