mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Merge pull request #433 from AikidoSec/feat/update-github-actions-example
Fix Bitbucket Pipelines Example
This commit is contained in:
commit
4ef69d337f
1 changed files with 1 additions and 1 deletions
|
|
@ -471,7 +471,7 @@ steps:
|
||||||
name: Install
|
name: Install
|
||||||
script:
|
script:
|
||||||
- curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci
|
- curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci
|
||||||
- export PATH=~/.safe-chain/shims:$PATH
|
- export PATH=~/.safe-chain/shims:~/.safe-chain/bin:$PATH
|
||||||
- npm ci
|
- npm ci
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue