GmsCore icon indicating copy to clipboard operation
GmsCore copied to clipboard

Add GitLab CI support to enable migration to GitLab

Open ghost opened this issue 6 years ago • 1 comments

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

ghost avatar Jun 07 '19 00:06 ghost

@ale5000-git, depending on whether this PR is needed or not, shouldn't an action be taken here?