Replies: 1 comment 1 reply
-
@laurieontech Please have a look at #30514 because your improvements of the (sample) contents of Originally posted by @ronalde in #22572 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
LS,
Like Gitlab user
@ethanmdavidson
discusses on gatsby's starter project in gitlab (in https://gitlab.com/pages/gatsby/-/issues/8), adding the (or a?) Gatsby CI/CD template to an existing Gitlab repository doesn't work.Steps to reproduce
+ Set up CI/CD
Gatsby
under Pages in the 'Apply a template' dropdown.This pulls in the following file contents for
./.gatsby-ci.yml
:Main problem: this won't build!
This won't build/is invalid, like stated in Gatsby's documentation page on using gitlab ci (in https://github.com/gatsbyjs/gatsby/blob/master/docs/docs/deploying-to-gitlab-pages.md) and fixed in #22572 (one year ago):
Additional problem
Apart from that, it's seems completely detached from (upstream) Gatsby's documentation page on using Gitlab CI.
Current situation (2021-03-28)
Current diff between the contents for the file in the documentation and the contents used by gitlab (using the method 'Setup CI/CD' like described above):
Proposed fix
.gitlab-ci.yml
template file in Gatsby's documentation's directory, for example inhttps://github.com/gatsbyjs/gatsby/blob/master/docs/docs/deploying-to-gitlab-pages.yml
Beta Was this translation helpful? Give feedback.
All reactions