Adapt per review

This commit is contained in:
Reinier Criel 2025-12-30 11:19:00 -08:00
parent 8d0dcd0068
commit bc4370348f

View file

@ -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 '''