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

Add .gitlab-ci.yml #1427

Closed
wscourge opened this issue Nov 7, 2023 · 2 comments
Closed

Add .gitlab-ci.yml #1427

wscourge opened this issue Nov 7, 2023 · 2 comments

Comments

@wscourge
Copy link

wscourge commented Nov 7, 2023

It'd be real useful to have a working Gitlab CI configuration available in this repository as .gitlab-ci.yml file.

It could be done with multiple git origins added:

git remote add origin [email protected]:cypress-io/cypress-realworld-app.git
git remote set-url --add --push origin [email protected]:cypress-io/cypress-realworld-app.git

With those in place, a single git push would be propagated to both Github (current) and Gitlab (I made some assumptions about naming, same as Github).

@MikeMcC399
Copy link
Contributor

@wscourge

There used to be a working GitLab mirror, however the Cypress team decided not to support this anymore and it was disabled.

The mirror at https://gitlab.com/cypress-io/cypress-realworld-app is archived.

GitLab as CI is documented on https://docs.cypress.io/guides/continuous-integration/gitlab-ci. These are however documentation-only examples with no running versions of them available.

@wscourge
Copy link
Author

wscourge commented Nov 7, 2023

Thanks, I was not aware of this.

I don't see any reasoning behind the decision. My proposition is that you link this issue in the docs you mentioned, and if others upvote it in a reasonable time, consider supporting it again.

I don't mind either way, feel free to close this issue. Thanks for your quick response and helpful links, and keep up the good work.

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

No branches or pull requests

3 participants