From 0a4151d5a4e318a2d26db0d15ad8d74f89ae2b6f Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Wed, 2 Mar 2022 11:26:57 +0000 Subject: [PATCH] circle config update --- .circleci/config.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 72f778fc..28c3749e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,12 +34,6 @@ jobs: sudo dpkg --add-architecture i386 sudo apt-get update -y sudo apt-get install -y wine32 - - run: - name: Start X VNC Server - command: x11vnc -forever -nopw -create - background: true - - store_test_results: - path: test-results - run: name: Append Commit BuildID to Version command: yarn circle:append-bid