Skip to content

Commit 11f0dd4

Browse files
committed
add build.sh
1 parent 01fbb65 commit 11f0dd4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ build
66
appstore
77
appstore-*.zip
88
artifacts
9-
build.sh
109
yarn.lock
1110
package-lock.json

build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
yarn build
3+
rm -rf /usr/share/cockpit/appstore/*
4+
cp -r /data/plugin-cockpit/plugin-appstore/build/* /usr/share/cockpit/appstore/

0 commit comments

Comments
 (0)