diff options
author | Jason Lenny <jlenny@gitlab.com> | 2018-10-24 09:08:48 +0000 |
---|---|---|
committer | Jason Lenny <jlenny@gitlab.com> | 2018-10-24 09:08:48 +0000 |
commit | f2fcaaf3e00a47b930a62bee7539bc6038546434 (patch) | |
tree | ea5aadb727faa6d6dc4d922c1eb9afcf730c179a | |
parent | ae13305e73c9eba0642c2d81fa6647efdbfe156c (diff) | |
download | gitlab-ce-f2fcaaf3e00a47b930a62bee7539bc6038546434.tar.gz |
Update link to blog post since it didn't go out on 23rdjlenny-UpdateAndroidTemplate
-rw-r--r-- | lib/gitlab/ci/templates/Android.gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/templates/Android.gitlab-ci.yml b/lib/gitlab/ci/templates/Android.gitlab-ci.yml index 57c055f4458..6e138639b71 100644 --- a/lib/gitlab/ci/templates/Android.gitlab-ci.yml +++ b/lib/gitlab/ci/templates/Android.gitlab-ci.yml @@ -1,4 +1,4 @@ -# Read more about this script on this blog post https://about.gitlab.com/2018/10/23/setting-up-gitlab-ci-for-android-projects/, by Jason Lenny +# Read more about this script on this blog post https://about.gitlab.com/2018/10/24/setting-up-gitlab-ci-for-android-projects/, by Jason Lenny image: openjdk:8-jdk variables: |