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

improve detection of GitLab CI #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eighthave
Copy link

The CI env var is set by all CI systems, including GitLab CI, GitHub Actions, Travis CI, Circle CI, etc. This code clearly is looking to detect GitLab CI, since the code that is run when isCI is true requires settings from env vars specific to GitLab CI.

FYI @linsui

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plugins/include-core-build/src/main/kotlin/ProtonIncludeCoreBuildPlugin.kt #1

The `CI` env var is set by all CI systems, including GitLab CI, GitHub
Actions, Travis CI, Circle CI, etc.  This code clearly is looking to
detect GitLab CI, since the code that is run when `isCI` is true
requires settings from env vars specific to GitLab CI.
@eighthave
Copy link
Author

eighthave commented Jan 4, 2024

@price111 any chance of merging this? @AlgirdasPundzius oops sorry, I meant @azimanuar5874 could you expand on your 👎 ?

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

Successfully merging this pull request may close these issues.

3 participants