From 36e5720362f382d3a9a173054b1764eba28de0d3 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Mon, 2 May 2022 08:53:38 +0100 Subject: [PATCH] test --- .circleci/config.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 62abab43..70987eb6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,15 +55,17 @@ jobs: - license.txt build-linux: - executor: cider-ci + working_directory: ~/Cider + machine: true steps: - attach_workspace: at: ~/Cider - run: - name: Install Snap + name: Setup Snapcraft command: | sudo apt update && sudo apt install -y snapd - docker run -v $(pwd):$(pwd) -t ubuntu:xenial sh -c "apt update -qq && apt install snapcraft -y && cd $(pwd) && snapcraft" + sudo snap install snapcraft --edge --classic + /snap/bin/snapcraft - run: name: Fix Versioning and Add Channel command: yarn circle:script