From a4e414bd76d7861bfa9b2fafe0af5bb7a1f2b693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Suzanne=20Dup=C3=A9ron?= Date: Wed, 24 Jun 2020 10:37:57 +0100 Subject: [PATCH] Temporarily disable webide stage, because it contains a randomly failing test. --- .gitlab-ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39c87f000..03974edcc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,9 +85,11 @@ xrefcheck: .webide-e2e: extends: .nix only: - - merge_requests - - dev - - /^.*-run-dev$/ + # Disabled for now unless the branch name contains webide, because a test in this job fails randomly + - /.*webide.*/ + #- merge_requests + #- dev + #- /^.*-run-dev$/ script: - nix-build nix -A ligo-editor.e2e