From a62f301df82f9147bfacd7022759a5ae07dce482 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 27 Dec 2020 15:07:23 +0100 Subject: [PATCH] gitlab-ci testing --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4f84114..cc7c60a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,8 @@ image: node:latest stages: - prepare - test + - bar - build - - deploy cache: &global_cache key: @@ -40,6 +40,11 @@ lint: # cache: # <<: *global_cache +foo: + stage: bar + script: + - ls dist + build: stage: build script: @@ -51,11 +56,6 @@ build: - dist/ expire_in: 1 week -foo: - stage: deploy - script: - - ls dist - # deploy: # stage: deploy # # dependencies: