Skip to content

Commit d70953c

Browse files
committed
try use bash
1 parent f877031 commit d70953c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

live-demo/deploy/.woodpecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
commands:
1717
- cd adminforth
1818
- npm clean-install
19-
- /bin/sh ../live-demo/deploy/buildRelease.sh
19+
- /bin/bash ../live-demo/deploy/buildRelease.sh
2020
- npm audit signatures
2121
- npx semantic-release
2222
secrets:

live-demo/deploy/buildRelease.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
#!/bin/bash
23

34
# write npm run output both to console and to build.log
45
npm run build 2>&1 | tee build.log;

0 commit comments

Comments
 (0)