Merge "Fix: Replace nodejs-dev with libnode-dev on 20.04 Ubuntu Should fix IT-24453"
[ci-management.git] / jjb / oom / offline-installer-review-bootstrap.sh
1 #!/bin/bash
2
3 # setting-up bash flags
4 set -x -e -o pipefail
5
6 #Run review script
7 ./offline-installer-review.sh
8