Skip to content

Commit e4b5d44

Browse files
committed
chore: fix pipeline linter errors
1 parent 81655ef commit e4b5d44

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/configure_dns_records.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
292292
fi
293293

294294
# Source environment variables
295+
# shellcheck source=/dev/null
295296
source "$PROJECT_ROOT/.env"
296297

297298
# Extract driver machine IP from machines.yaml

scripts/nuke.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ cleanup_dns_records() {
5353

5454
# Source environment variables if available
5555
if [ -f "$PROJECT_ROOT/.env" ]; then
56+
# shellcheck source=/dev/null
5657
source "$PROJECT_ROOT/.env"
5758
fi
5859

0 commit comments

Comments
 (0)