File tree 2 files changed +17
-4
lines changed
2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,20 @@ Build:
31
31
- |-
32
32
set -e
33
33
set -x
34
- ls -alt
34
+
35
+ # Fix mixed logs
36
+ exec 2>&1
37
+
38
+ ls -laht
39
+
40
+ # Set cache directory
41
+ pnpm config set store-dir ${bamboo.cachePnpm}
35
42
36
43
pnpm install
44
+
37
45
pnpm build
38
- pnpm pack && mv adguard-scriptlets-*.tgz scriptlets.tgz
46
+
47
+ pnpm pack --out scriptlets.tgz
39
48
40
49
pnpm wiki
41
50
- inject-variables :
Original file line number Diff line number Diff line change 5
5
key : SCRIPTLETSTEST
6
6
name : scriptlets - test new
7
7
variables :
8
- dockerPuppeteer : adguard/puppeteer-runner:22.14--24.5--0
8
+ dockerPuppeteer : adguard/puppeteer-runner:22.14--24.5--1
9
9
10
10
stages :
11
11
- Build :
@@ -29,7 +29,11 @@ Build:
29
29
- |-
30
30
set -e
31
31
set -x
32
- ls -alt
32
+
33
+ # Fix mixed logs
34
+ exec 2>&1
35
+
36
+ ls -laht
33
37
34
38
pnpm install
35
39
You can’t perform that action at this time.
0 commit comments