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

Commits on Jun 7, 2019

  1. Add GitLab CI support to enable migration to GitLab

    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
    oldosfan committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    ef13840 View commit details
    Browse the repository at this point in the history