Update authors label

This commit is contained in:
Barichello
2020-11-12 23:15:00 -03:00
parent 1baa82b692
commit 54c3e2687e
3 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
FROM ubuntu:focal FROM ubuntu:focal
LABEL author="artur@barichello.me" LABEL author="https://github.com/aBARICHELLO/godot-ci/graphs/contributors"
USER root USER root

View File

@@ -25,9 +25,9 @@ To build a godot project with Mono enabled, change the image tag from `barichell
To build a debug release (debug.keystore), use the `android_debug` job example in the `gitlab-ci.yml` file. To build a debug release (debug.keystore), use the `android_debug` job example in the `gitlab-ci.yml` file.
If you want to export for Android with your own keystore, you can do this with the following steps: If you want to export for Android with your own keystore, you can do this with the following steps:
1. Take your generated keystore and convert it to Base64: 1. Take your generated keystore and convert it to Base64:
Linux & macOS: `base64 release.keystore -w 0` Linux & macOS: `base64 release.keystore -w 0`
Windows: `certutil -encodehex -f release.keystore encoded.txt 0x40000001` Windows: `certutil -encodehex -f release.keystore encoded.txt 0x40000001`
2. Go to **GitLab Project > Settings > CI/CD > Variables** and copy the Base64-encoded keystore value in a new variable `SECRET_RELEASE_KEYSTORE_BASE64` as type variable. 2. Go to **GitLab Project > Settings > CI/CD > Variables** and copy the Base64-encoded keystore value in a new variable `SECRET_RELEASE_KEYSTORE_BASE64` as type variable.
3. Create a second variable SECRET_RELEASE_KEYSTORE_USER as type variable with the alias of your keystore as value. 3. Create a second variable SECRET_RELEASE_KEYSTORE_USER as type variable with the alias of your keystore as value.
4. Create a third variable SECRET_RELEASE_KEYSTORE_PASSWORD as type variable with the password of your keystore as value. 4. Create a third variable SECRET_RELEASE_KEYSTORE_PASSWORD as type variable with the password of your keystore as value.

View File

@@ -1,6 +1,5 @@
FROM mono:latest FROM mono:latest
LABEL author="artur@barichello.me,asheraryam@gmail.com" LABEL author="https://github.com/aBARICHELLO/godot-ci/graphs/contributors"
USER root USER root