test: add simple gitlab-ci file

This commit is contained in:
Girish Ramakrishnan
2024-09-20 16:19:03 +02:00
parent 76dc856dbf
commit c1c16ab54e
2 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ readonly source_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
readonly sudo_scripts_dir="${source_dir}/src/scripts"
if [[ ! -f /usr/bin/node ]]; then
echo "node is not in root user's environment. '/usr/bin/env node' will not work"
echo "check-install: node is not in root user's environment. '/usr/bin/env node' will not work"
exit 1
fi