diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-09-18 15:55:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-09-18 15:55:06 -0400 |
commit | f8f3e57016214685a2474342883eb16dfaf22ce1 (patch) | |
tree | 963c8471836c70b82f2ee0cb15840b42d7ae2763 | |
parent | 122b297a204437dfccf75b638a555c360a6765f5 (diff) | |
download | tor-f8f3e57016214685a2474342883eb16dfaf22ce1.tar.gz tor-f8f3e57016214685a2474342883eb16dfaf22ce1.zip |
.gitlab.yml: missing comments
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48bcf6b000..028a49f52c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: |