Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e086f223
Commit
e086f223
authored
Jun 23, 2021
by
Cheryl Li
Committed by
Marcel Amirault
Jun 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comment to reference filepath of each CI Template file
Make sure each comment has proper path.
parent
213a52eb
Changes
36
Hide whitespace changes
Inline
Side-by-side
Showing
36 changed files
with
36 additions
and
36 deletions
+36
-36
lib/gitlab/ci/templates/Android.gitlab-ci.yml
lib/gitlab/ci/templates/Android.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Bash.gitlab-ci.yml
lib/gitlab/ci/templates/Bash.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/C++.gitlab-ci.yml
lib/gitlab/ci/templates/C++.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Chef.gitlab-ci.yml
lib/gitlab/ci/templates/Chef.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Clojure.gitlab-ci.yml
lib/gitlab/ci/templates/Clojure.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Code-Quality.gitlab-ci.yml
lib/gitlab/ci/templates/Code-Quality.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Composer.gitlab-ci.yml
lib/gitlab/ci/templates/Composer.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Crystal.gitlab-ci.yml
lib/gitlab/ci/templates/Crystal.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Dart.gitlab-ci.yml
lib/gitlab/ci/templates/Dart.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Django.gitlab-ci.yml
lib/gitlab/ci/templates/Django.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Docker.gitlab-ci.yml
lib/gitlab/ci/templates/Docker.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Elixir.gitlab-ci.yml
lib/gitlab/ci/templates/Elixir.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Flutter.gitlab-ci.yml
lib/gitlab/ci/templates/Flutter.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Go.gitlab-ci.yml
lib/gitlab/ci/templates/Go.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Gradle.gitlab-ci.yml
lib/gitlab/ci/templates/Gradle.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Grails.gitlab-ci.yml
lib/gitlab/ci/templates/Grails.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Julia.gitlab-ci.yml
lib/gitlab/ci/templates/Julia.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/LaTeX.gitlab-ci.yml
lib/gitlab/ci/templates/LaTeX.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Laravel.gitlab-ci.yml
lib/gitlab/ci/templates/Laravel.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Maven.gitlab-ci.yml
lib/gitlab/ci/templates/Maven.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Mono.gitlab-ci.yml
lib/gitlab/ci/templates/Mono.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Nodejs.gitlab-ci.yml
lib/gitlab/ci/templates/Nodejs.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/OpenShift.gitlab-ci.yml
lib/gitlab/ci/templates/OpenShift.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/PHP.gitlab-ci.yml
lib/gitlab/ci/templates/PHP.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Packer.gitlab-ci.yml
lib/gitlab/ci/templates/Packer.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Python.gitlab-ci.yml
lib/gitlab/ci/templates/Python.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Ruby.gitlab-ci.yml
lib/gitlab/ci/templates/Ruby.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Rust.gitlab-ci.yml
lib/gitlab/ci/templates/Rust.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Scala.gitlab-ci.yml
lib/gitlab/ci/templates/Scala.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Swift.gitlab-ci.yml
lib/gitlab/ci/templates/Swift.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml
lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/dotNET-Core.yml
lib/gitlab/ci/templates/dotNET-Core.yml
+1
-1
lib/gitlab/ci/templates/dotNET.gitlab-ci.yml
lib/gitlab/ci/templates/dotNET.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/iOS-Fastlane.gitlab-ci.yml
lib/gitlab/ci/templates/iOS-Fastlane.gitlab-ci.yml
+1
-1
No files found.
lib/gitlab/ci/templates/Android.gitlab-ci.yml
View file @
e086f223
...
...
@@ -4,7 +4,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
...
...
lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
View file @
e086f223
...
...
@@ -44,7 +44,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/A
ndroid-Fastlane
.gitlab-ci.yml
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/A
uto-DevOps
.gitlab-ci.yml
image
:
alpine:latest
...
...
lib/gitlab/ci/templates/Bash.gitlab-ci.yml
View file @
e086f223
...
...
@@ -3,7 +3,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
image
:
busybox:latest
...
...
lib/gitlab/ci/templates/C++.gitlab-ci.yml
View file @
e086f223
...
...
@@ -5,7 +5,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
...
...
lib/gitlab/ci/templates/Chef.gitlab-ci.yml
View file @
e086f223
...
...
@@ -8,7 +8,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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"
services
:
...
...
lib/gitlab/ci/templates/Clojure.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/
Android-Fastlan
e.gitlab-ci.yml
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/
Clojur
e.gitlab-ci.yml
# Based on openjdk:8, already includes lein
image
:
clojure:lein-2.7.0
...
...
lib/gitlab/ci/templates/Code-Quality.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
:
template
:
Jobs/Code-Quality.gitlab-ci.yml
lib/gitlab/ci/templates/Composer.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
publish
:
...
...
lib/gitlab/ci/templates/Crystal.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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:
# https://hub.docker.com/r/crystallang/crystal/
...
...
lib/gitlab/ci/templates/Dart.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
image
:
google/dart:2.8.4
...
...
lib/gitlab/ci/templates/Django.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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:
# https://hub.docker.com/r/library/python
...
...
lib/gitlab/ci/templates/Docker.gitlab-ci.yml
View file @
e086f223
...
...
@@ -7,7 +7,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
:
# Use the official docker image.
...
...
lib/gitlab/ci/templates/Elixir.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
...
...
lib/gitlab/ci/templates/Flutter.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
:
stage
:
test
...
...
lib/gitlab/ci/templates/Go.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
...
...
lib/gitlab/ci/templates/Gradle.gitlab-ci.yml
View file @
e086f223
...
...
@@ -5,7 +5,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific templates file can be found here:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/
Android-Fastlan
e.gitlab-ci.yml
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/
Gradl
e.gitlab-ci.yml
image
:
gradle:alpine
# Disable the Gradle daemon for Continuous Integration servers as correctness
...
...
lib/gitlab/ci/templates/Grails.gitlab-ci.yml
View file @
e086f223
...
...
@@ -11,7 +11,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
...
...
lib/gitlab/ci/templates/Julia.gitlab-ci.yml
View file @
e086f223
...
...
@@ -11,7 +11,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
.test_template
:
&test_definition
...
...
lib/gitlab/ci/templates/LaTeX.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
:
...
...
lib/gitlab/ci/templates/Laravel.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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:
# https://hub.docker.com/r/library/php
...
...
lib/gitlab/ci/templates/Maven.gitlab-ci.yml
View file @
e086f223
...
...
@@ -11,7 +11,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
:
# This will suppress any download for dependencies and plugins or upload messages which would clutter the console log.
...
...
lib/gitlab/ci/templates/Mono.gitlab-ci.yml
View file @
e086f223
...
...
@@ -14,7 +14,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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/
image
:
mono:latest
...
...
lib/gitlab/ci/templates/Nodejs.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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:
# https://hub.docker.com/r/library/node/tags/
...
...
lib/gitlab/ci/templates/OpenShift.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
...
...
lib/gitlab/ci/templates/PHP.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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/
image
:
php:latest
...
...
lib/gitlab/ci/templates/Packer.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
:
name
:
hashicorp/packer:latest
...
...
lib/gitlab/ci/templates/Python.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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:
# https://hub.docker.com/r/library/python/tags/
...
...
lib/gitlab/ci/templates/Ruby.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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:
# https://hub.docker.com/r/library/ruby/tags/
...
...
lib/gitlab/ci/templates/Rust.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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:
# https://hub.docker.com/r/library/rust/tags/
...
...
lib/gitlab/ci/templates/Scala.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
# https://hub.docker.com/_/openjdk/ . A Java image is not required
...
...
lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
...
...
lib/gitlab/ci/templates/Swift.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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/
# This file assumes an own GitLab CI runner, setup on a macOS system.
...
...
lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml
View file @
e086f223
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
:
-
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
...
...
lib/gitlab/ci/templates/dotNET-Core.yml
View file @
e086f223
...
...
@@ -5,7 +5,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
#
...
...
lib/gitlab/ci/templates/dotNET.gitlab-ci.yml
View file @
e086f223
...
...
@@ -22,7 +22,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
variables
:
...
...
lib/gitlab/ci/templates/iOS-Fastlane.gitlab-ci.yml
View file @
e086f223
...
...
@@ -13,7 +13,7 @@
# Please contribute improvements to this template via the CI/CD templates development guide:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# 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
:
-
build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment