From 0233589cfaa485b7983584247daa142fd8106e6c Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 27 Dec 2020 14:59:41 +0100 Subject: [PATCH] gitlab-ci: remove dependencies for testing --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41273371..7a1618e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,8 +53,8 @@ build: deploy: stage: deploy - dependencies: - - build + # dependencies: + # - build script: - echo "Deploying to production..." - ls dist