File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -144,7 +144,6 @@ const config = {
144144 features : {
145145 audio : true ,
146146 } ,
147- snapcraft : '/snap/bin/snapcraft' ,
148147 } ,
149148 } ,
150149 ] ,
You can’t perform that action at this time.
0 commit comments