From 650f51ef48ec3251ca08fcef5061cdd9e022bae4 Mon Sep 17 00:00:00 2001 From: BARICHELLO Date: Thu, 28 Feb 2019 01:40:08 -0300 Subject: [PATCH] Update 3.0.2 release --- 3.0.2/Dockerfile => Dockerfile | 3 --- README.md | 4 +++- 2 files changed, 3 insertions(+), 4 deletions(-) rename 3.0.2/Dockerfile => Dockerfile (90%) diff --git a/3.0.2/Dockerfile b/Dockerfile similarity index 90% rename from 3.0.2/Dockerfile rename to Dockerfile index 24013d8..ea2a74f 100644 --- a/3.0.2/Dockerfile +++ b/Dockerfile @@ -1,9 +1,6 @@ FROM ubuntu:cosmic LABEL author="artur@barichello.me" -# Usage example: -# godot --export "Mac OSX" /target/build.zip --path /path/to/project --build-solutions -quit -v - RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ git \ diff --git a/README.md b/README.md index 914686d..22a218a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ https://hub.docker.com/r/barichello/godot-ci/ ## Usage example A `.gitlab-ci.yml` is included in this project as a usage example.
-After adapting the paths and names according to your project needs you will need the following **Variable** set in GitLab for this image to work: +After adapting the paths and names according to your project needs you will need the following **Variables** set in GitLab for this image to work: + +*Access `https://gitlab.com///settings/ci_cd` to edit:* |Variable|Description|Example| |-|-|-|