This commit is contained in:
Core 2022-05-02 08:53:38 +01:00
parent f5a6724308
commit 36e5720362
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -55,15 +55,17 @@ jobs:
- license.txt - license.txt
build-linux: build-linux:
executor: cider-ci working_directory: ~/Cider
machine: true
steps: steps:
- attach_workspace: - attach_workspace:
at: ~/Cider at: ~/Cider
- run: - run:
name: Install Snap name: Setup Snapcraft
command: | command: |
sudo apt update && sudo apt install -y snapd 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: - run:
name: Fix Versioning and Add Channel name: Fix Versioning and Add Channel
command: yarn circle:script command: yarn circle:script