From 35726ec8d5eca68cd581f7fdc897bc3cd51b4260 Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Tue, 19 Oct 2021 21:42:38 +0200 Subject: [PATCH] add pipeline for ui deploy --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ec528b269..5cfb219a6 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -8,7 +8,7 @@ pipelines: script: - cd jam-ui - npm install - - npm run build + - CI=false npm run build artifacts: - build/** - step: