Commit 8ab847e 1 parent 0d1af20 commit 8ab847e Copy full SHA for 8ab847e
File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -118,15 +118,15 @@ jobs:
118
118
type : enum
119
119
enum : [ 'x64', 'arm64','armv7l' ]
120
120
docker :
121
- - image : ubuntudesktop/gnome-3-38-2004
121
+ - image : cibuilds/snapcraft:core20
122
122
steps :
123
123
- run : sudo apt-get -y update
124
124
- run : sudo apt-get install -y git curl dpkg fakeroot rpm lsb-release
125
125
- install
126
126
- 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"
130
130
- run : DEBUG=electron-installer-snap:* npx yarn run publish --arch=<< parameters.arch >> --dry-run
131
131
# CircleCI doesn't let you persist files with the same name from multiple
132
132
# 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 = {
144
144
features : {
145
145
audio : true ,
146
146
} ,
147
- snapcraft : '/snap/bin/snapcraft' ,
148
147
} ,
149
148
} ,
150
149
] ,
You can’t perform that action at this time.
0 commit comments