Skip to content

Commit fe09aad

Browse files
committed
debug6
1 parent cac7f2a commit fe09aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

serverless-pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ steps:
2222
- run: echo {{ steps['my-cache'].outputs['cache-hit'] == 'true' }}
2323
- run: env && npm install --production
2424
env:
25-
PATH: /tmp/my-cache:${${envs.PATH}}
26-
NODE_PATH: /tmp/my-cache:${${envs.PATH}}
25+
PATH: /tmp/my-cache:/opt:/opt/nodejs16/bin:/usr/local/bin/apache-maven/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ruby/bin
26+
NODE_PATH: /tmp/my-cache
2727

2828
# - run: npm install @serverless-devs/s@beta -g
2929
# - run: ls -al

0 commit comments

Comments
 (0)