From c8f34ad8d785e3a1c5fba96c4aefe20d531d4d70 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Tue, 6 Jun 2023 10:23:55 -0400 Subject: [PATCH] Revert "Specify personal-file interface for snap" This reverts commit 2641a378659d13c17120a58f5187714a8691d430. This was reverted due to errors in the snap publishing pipeline: interface 'starship-config' not found in base declaration declaration-snap-v2_plug_known (starship-config, starship-config) invalid plugs interface definition 'starship-config' lint-snap-v2_app_plugs_plug_reference (starship, starship-config) unknown interface 'starship-config' lint-snap-v2_plugs (starship-config, starship-config) --- snapcraft.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index f1976b99..13b0be2c 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -74,20 +74,13 @@ parts: snapcraftctl build snapcraftctl set-version $(git -C ../src describe --tags | sed 's/v//') -plugs: - starship-config: - interfaces: personal-files - write: - - $HOME/.config/starship.toml - - $HOME/.cache/starship - apps: starship: command: bin/starship plugs: - home - removable-media - - starship-config + - personal-files architectures: - build-on: amd64