test: add simple gitlab-ci file
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user