From 3e2a37f3e757e4b5024fa30462875fc6c78b5ba4 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sun, 26 Jun 2016 22:22:09 +0200 Subject: [PATCH] fixed YAML --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e54898..b6f77d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,12 +12,12 @@ Npm, Bower, Grunt: - tags stage: build artifacts: - paths: - - dist/ - - info/ - - resources/ - - index.html - - manifest.appcache + paths: + - dist/ + - info/ + - resources/ + - index.html + - manifest.appcache staging: stage: deploy