mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Adapt per review
This commit is contained in:
parent
8d0dcd0068
commit
bc4370348f
1 changed files with 0 additions and 14 deletions
14
README.md
14
README.md
|
|
@ -315,20 +315,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('Verify safe-chain on PATH') {
|
||||
steps {
|
||||
sh '''
|
||||
set -euo pipefail
|
||||
|
||||
command -v safe-chain
|
||||
command -v npm
|
||||
|
||||
# Test: npm should resolve to the safe-chain shim
|
||||
test "$(command -v npm)" = "$HOME/.safe-chain/shims/npm"
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
stage('Install project dependencies etc...') {
|
||||
steps {
|
||||
sh '''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue