Skip to content

Commit 6d40ec0

Browse files
committed
build: use cibuilds/snapcraft:core18
1 parent 0d1af20 commit 6d40ec0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@ jobs:
118118
type: enum
119119
enum: [ 'x64', 'arm64','armv7l' ]
120120
docker:
121-
- image: ubuntudesktop/gnome-3-38-2004
121+
- image: cibuilds/snapcraft:core20
122122
steps:
123123
- run: sudo apt-get -y update
124124
- run: sudo apt-get install -y git curl dpkg fakeroot rpm lsb-release
125125
- install
126126
- run: echo $PATH
127-
- run: |
128-
export PATH="/snap/bin:$PATH"
129-
export SNAP="/snap/snapcraft/current"
127+
# - run: |
128+
# export PATH="/snap/bin:$PATH"
129+
# export SNAP="/snap/snapcraft/current"
130130
- run: DEBUG=electron-installer-snap:* npx yarn run publish --arch=<< parameters.arch >> --dry-run
131131
# CircleCI doesn't let you persist files with the same name from multiple
132132
# jobs, so only persist the .webpack path from the x64 linux-build job

0 commit comments

Comments
 (0)