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 support to enable migration to GitLab #825

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

Add GitLab CI support to enable migration to GitLab #825

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jun 7, 2019

This file is a configuration file for GitLab's CI system, which should help microG migrate to GitLab (if desired)

There are several environment variables inside the CI that should remain private; microG will need to fill those in within GitLab's protected variables setting:

  • $KEYSTORE: base64 encoded Java keystore

  • $KEYSTORE_PASSWORD: the password for the keystore

  • $KEY_PASSWORD: the password for the key stored in the keystore

  • ${KEYSTORE_ALIAS}: the keystore alias that should be used

This file is a configuration file for GitLab's CI system, which should help microG migrate to GitLab (if desired)

There are several environment variables inside the CI that should remain private; microG will need to fill those in within GitLab's protected variables setting:

*  `$KEYSTORE`: base64 encoded Java keystore

* `$KEYSTORE_PASSWORD`: the password for the keystore

* `$KEY_PASSWORD`: the password for the key stored in the keystore

* ${KEYSTORE_ALIAS}`: the keystore alias that should be used
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.

None yet

0 participants