Commit e086f223 authored by Cheryl Li's avatar Cheryl Li Committed by Marcel Amirault

Update comment to reference filepath of each CI Template file

Make sure each comment has proper path.
parent 213a52eb
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android.gitlab-ci.yml
image: openjdk:8-jdk image: openjdk:8-jdk
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
image: alpine:latest image: alpine:latest
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Bash.gitlab-ci.yml
# you can delete this line if you're not using Docker # you can delete this line if you're not using Docker
image: busybox:latest image: busybox:latest
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/C++.gitlab-ci.yml
image: gcc image: gcc
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Chef.gitlab-ci.yml
image: "chef/chefdk" image: "chef/chefdk"
services: services:
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Clojure.gitlab-ci.yml
# Based on openjdk:8, already includes lein # Based on openjdk:8, already includes lein
image: clojure:lein-2.7.0 image: clojure:lein-2.7.0
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Code-Quality.gitlab-ci.yml
include: include:
template: Jobs/Code-Quality.gitlab-ci.yml template: Jobs/Code-Quality.gitlab-ci.yml
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Composer.gitlab-ci.yml
# Publishes a tag/branch to Composer Packages of the current project # Publishes a tag/branch to Composer Packages of the current project
publish: publish:
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Crystal.gitlab-ci.yml
# Official language image. Look for the different tagged releases at: # Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/crystallang/crystal/ # https://hub.docker.com/r/crystallang/crystal/
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Dart.gitlab-ci.yml
# https://hub.docker.com/r/google/dart # https://hub.docker.com/r/google/dart
image: google/dart:2.8.4 image: google/dart:2.8.4
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Django.gitlab-ci.yml
# Official framework image. Look for the different tagged releases at: # Official framework image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/python # https://hub.docker.com/r/library/python
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Docker.gitlab-ci.yml
docker-build: docker-build:
# Use the official docker image. # Use the official docker image.
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Elixir.gitlab-ci.yml
image: elixir:latest image: elixir:latest
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Flutter.gitlab-ci.yml
code_quality: code_quality:
stage: test stage: test
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Go.gitlab-ci.yml
image: golang:latest image: golang:latest
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Gradle.gitlab-ci.yml
image: gradle:alpine image: gradle:alpine
# Disable the Gradle daemon for Continuous Integration servers as correctness # Disable the Gradle daemon for Continuous Integration servers as correctness
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Grails.gitlab-ci.yml
image: java:8 image: java:8
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Julia.gitlab-ci.yml
# Below is the template to run your tests in Julia # Below is the template to run your tests in Julia
.test_template: &test_definition .test_template: &test_definition
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/LaTeX.gitlab-ci.yml
--- ---
variables: variables:
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Laravel.gitlab-ci.yml
# Official framework image. Look for the different tagged releases at: # Official framework image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/php # https://hub.docker.com/r/library/php
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Maven.gitlab-ci.yml
variables: variables:
# This will suppress any download for dependencies and plugins or upload messages which would clutter the console log. # This will suppress any download for dependencies and plugins or upload messages which would clutter the console log.
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Mono.gitlab-ci.yml
# see https://hub.docker.com/_/mono/ # see https://hub.docker.com/_/mono/
image: mono:latest image: mono:latest
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Nodejs.gitlab-ci.yml
# Official framework image. Look for the different tagged releases at: # Official framework image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/node/tags/ # https://hub.docker.com/r/library/node/tags/
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/OpenShift.gitlab-ci.yml
image: openshift/origin-cli image: openshift/origin-cli
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/PHP.gitlab-ci.yml
# Select image from https://hub.docker.com/_/php/ # Select image from https://hub.docker.com/_/php/
image: php:latest image: php:latest
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Packer.gitlab-ci.yml
image: image:
name: hashicorp/packer:latest name: hashicorp/packer:latest
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Python.gitlab-ci.yml
# Official language image. Look for the different tagged releases at: # Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/python/tags/ # https://hub.docker.com/r/library/python/tags/
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Ruby.gitlab-ci.yml
# Official language image. Look for the different tagged releases at: # Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/ruby/tags/ # https://hub.docker.com/r/library/ruby/tags/
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Rust.gitlab-ci.yml
# Official language image. Look for the different tagged releases at: # Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/rust/tags/ # https://hub.docker.com/r/library/rust/tags/
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Scala.gitlab-ci.yml
# Official OpenJDK Java image. Look for the different tagged releases at # Official OpenJDK Java image. Look for the different tagged releases at
# https://hub.docker.com/_/openjdk/ . A Java image is not required # https://hub.docker.com/_/openjdk/ . A Java image is not required
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
# GitLab Serverless template # GitLab Serverless template
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Swift.gitlab-ci.yml
# Lifted from: https://about.gitlab.com/2016/03/10/setting-up-gitlab-ci-for-ios-projects/ # Lifted from: https://about.gitlab.com/2016/03/10/setting-up-gitlab-ci-for-ios-projects/
# This file assumes an own GitLab CI runner, setup on a macOS system. # This file assumes an own GitLab CI runner, setup on a macOS system.
......
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml
include: include:
- template: Terraform/Base.latest.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Terraform/Base.latest.gitlab-ci.yml - template: Terraform/Base.latest.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Terraform/Base.latest.gitlab-ci.yml
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/dotNET-Core.yml
# ### Specify the Docker image # ### Specify the Docker image
# #
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/dotNET.gitlab-ci.yml
# place project specific paths in variables to make the rest of the script more generic # place project specific paths in variables to make the rest of the script more generic
variables: variables:
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide: # Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here: # This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/iOS-Fastlane.gitlab-ci.yml
stages: stages:
- build - build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment