Skip to content
Snippets Groups Projects
Commit f8f3e570 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

.gitlab.yml: missing comments

parent 122b297a
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ variables:
paths:
- artifacts/
# This template
# This template should be usable on any system that's based on apt.
.apt-template: &apt-template |
export LC_ALL=C.UTF-8
echo Etc/UTC > /etc/timezone
......@@ -54,6 +54,7 @@ variables:
apt-get update -qq
apt-get upgrade -qy
# This template sets us up for Debian system in particular.
.debian-template: &debian-template
<<: *artifacts-template
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment