Skip to content

Commit

Permalink
chore: Remove tech debt of dead files
Browse files Browse the repository at this point in the history
  • Loading branch information
Blu-J committed Aug 12, 2022
1 parent 60137f5 commit 7482859
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 20 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
DOC_ASSETS := $(shell find ./docs/assets)
EMVER := $(shell cat manifest.json | jq -r '.version')
PKG_ID := $(shell cat manifest.json | jq -r '.id')
ASSET_PATHS := $(shell find ./assets/*)
VERSION := $(shell git --git-dir=vaultwarden/.git describe --tags)
VAULTWARDEN_SRC := $(shell find vaultwarden/src) vaultwarden/Cargo.toml vaultwarden/Cargo.lock
VAULTWARDEN_GIT_REF := $(shell cat .git/modules/vaultwarden/HEAD)
Expand All @@ -20,7 +19,7 @@ verify: vaultwarden.s9pk $(S9PK_PATH)
install: vaultwarden.s9pk
embassy-cli package install vaultwarden.s9pk

vaultwarden.s9pk: manifest.json LICENSE image.tar instructions.md icon.png $(ASSET_PATHS) scripts/embassy.js
vaultwarden.s9pk: manifest.json LICENSE image.tar instructions.md icon.png scripts/embassy.js
embassy-sdk pack

instructions.md: docs/instructions.md $(DOC_ASSETS)
Expand Down
1 change: 0 additions & 1 deletion assets/compat/config_rules.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions assets/compat/config_spec.yaml

This file was deleted.

6 changes: 1 addition & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"entrypoint": "/usr/local/bin/docker_entrypoint.sh",
"args": [],
"mounts": {
"main": "/data",
"compat": "/mnt/assets"
"main": "/data"
},
"io-format": "yaml"
},
Expand All @@ -55,9 +54,6 @@
"volumes": {
"main": {
"type": "data"
},
"compat": {
"type": "assets"
}
},
"alerts": {},
Expand Down
Binary file added vaultwarden.old.s9pk
Binary file not shown.

0 comments on commit 7482859

Please sign in to comment.