We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac7f2a commit fe09aadCopy full SHA for fe09aad
serverless-pipeline.yaml
@@ -22,8 +22,8 @@ steps:
22
- run: echo {{ steps['my-cache'].outputs['cache-hit'] == 'true' }}
23
- run: env && npm install --production
24
env:
25
- PATH: /tmp/my-cache:${${envs.PATH}}
26
- NODE_PATH: /tmp/my-cache:${${envs.PATH}}
+ 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
+ NODE_PATH: /tmp/my-cache
27
28
# - run: npm install @serverless-devs/s@beta -g
29
# - run: ls -al
0 commit comments