
- Add a shellcheck linter for the scripts in the multinode framework - Update all scripting to comply with shellcheck - Move linting job to Ubuntu Bionic as the multinode gate now requires Bionic versions of libvirt Change-Id: Ibee645331421e1e6cecd4e3daa8e9c321dce5523
7 lines
270 B
Bash
7 lines
270 B
Bash
#!/bin/bash
|
|
export GENESIS_NAME=n0
|
|
export BUILD_NAME=build
|
|
export SSH_CONFIG_DIR=${WORKSPACE}/multi_nodes_gate/airship_gate/config-ssh
|
|
export TEMPLATE_DIR=${WORKSPACE}/multi_nodes_gate/airship_gate/templates
|
|
export XML_DIR=${WORKSPACE}/multi_nodes_gate/airship_gate/xml
|