We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81655ef commit e4b5d44Copy full SHA for e4b5d44
2 files changed
scripts/configure_dns_records.sh
@@ -292,6 +292,7 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
292
fi
293
294
# Source environment variables
295
+ # shellcheck source=/dev/null
296
source "$PROJECT_ROOT/.env"
297
298
# Extract driver machine IP from machines.yaml
scripts/nuke.sh
@@ -53,6 +53,7 @@ cleanup_dns_records() {
53
54
# Source environment variables if available
55
if [ -f "$PROJECT_ROOT/.env" ]; then
56
57
58
59
0 commit comments