From 881aa94b093af7ec98aedf4dfea6ce46a00ce0da Mon Sep 17 00:00:00 2001
From: Muto <shack@muto.ca>
Date: Sun, 29 Nov 2020 12:45:33 -0700
Subject: [PATCH] Add comment

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d66d50..369ec35 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,4 @@
+# Gitlab CI file to generate the system image .img file.
 image: bitnami/minideb:latest
 
 build:
@@ -6,4 +7,4 @@ build:
     - apt-get -y install parted multistrap udisks2 gcc-aarch64-linux-gnu make device-tree-compiler qemu-user-static binfmt-support build-essential bison flex libssl-dev bash qemu-system-aarch64 qemu-aarch64
     - bash reform2-* mkimage.sh
   environment:
-    name: testing
\ No newline at end of file
+    name: testing
-- 
GitLab