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