diff options
author | Michael Catanzaro <mcatanzaro@gnome.org> | 2020-04-23 10:39:46 -0500 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@gnome.org> | 2020-04-23 10:39:46 -0500 |
commit | db67389f979966f481642e3c675b9ae199cf2ba7 (patch) | |
tree | e279afa07bd0ec46d7a6c9418f10ffd7be5c543e /.gitlab-ci.yml | |
parent | 63d6e3942e785e1775bff9c50187f2ed4d6d7af1 (diff) | |
download | epiphany-db67389f979966f481642e3c675b9ae199cf2ba7.tar.gz |
CI: Fix indentation
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b2b5f40f..25013cacd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ include: - project: 'gnome/citemplates' - ref: 3ecafcc4f06d98a13eb958e86ae0d8c6f388c1aa - file: '/flatpak/flatpak_ci_initiative.yml' + ref: 3ecafcc4f06d98a13eb958e86ae0d8c6f388c1aa + file: '/flatpak/flatpak_ci_initiative.yml' stages: - build |