Skip to content

Commit bb0cd8e

Browse files
committed
chore: move config file to plugin folder
1 parent d90bac9 commit bb0cd8e

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
run: |
6666
id=$(docker create rootfsimage true)
6767
mkdir -p ./plugin/rootfs/
68-
cp config.json ./plugin/
6968
docker export "$id" | tar -x -C ./plugin/rootfs/
7069
docker rm -vf "$id"
7170

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
plugin
1+
rootfs
22
1password-credentials.json
33
config.local.json

Taskfile.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ tasks:
3030
- mkdir -p ./plugin/rootfs
3131
- docker create --name opsd-rootfs {{.PLUGIN_NAME}}:rootfs
3232
- docker export opsd-rootfs | tar -x -C ./plugin/rootfs
33-
- cp config.json ./plugin/
3433
- docker rm -vf opsd-rootfs
3534

3635
create:
File renamed without changes.

0 commit comments

Comments
 (0)