-
Notifications
You must be signed in to change notification settings - Fork 36
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
Update deployment examples from v1 to v2 (or explicitly note those that remain for v1) #89
Comments
Hi @mathcoder3141 - sorry, this example is for v1 and the doc needs to be updated for v2. Good news is the fix is easy. Due to a simpler output convention you can simple delete everything starting at |
Ah thanks @fabio-looker! Glad to hear the fix is easy 🎉 |
Still getting an error. Presumably because the output wouldn't be stored anywhere thus nothing to commit in the commit step? |
@mathcoder3141 An error is perhaps an expected result of running the linter. (That is how linting failures are communicated to the CI.) With v2, there should no longer be a file output nor a need to commit anything back. So, make sure to delete everything after the indicated point, including subsequent lines |
Got it. My apologies. Thought you meant deleting on just that line |
No worries! If you do prefer to commit a file back to git, that is still possible with the |
Github actions example has been updated to v2, other examples have explicitly been flagged as v1, and a dedicated ticket has been created for community contribution for the Gitlab CI example that was originally community contributed. |
I'm trying to set up LAMS as a Github Action but when doing so I'm running into issues on the Commit Changes step. It's mentioning nothing to commit and then exits with an error. That shouldn't happen on initial setup, right?
I'm following the instructions spelled out here but getting
Actions code
The text was updated successfully, but these errors were encountered: