Skip to content

Commit

Permalink
bazel: explain what updating lockfiles means
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Sanft <[email protected]>
  • Loading branch information
msanft committed Nov 22, 2023
1 parent b3a3c00 commit 510d7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/ci/terraform.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ check() {
done
done

echo "The following Terraform modules are excluded and won't be locked:"
echo "The following Terraform modules are excluded and their lockfiles won't be updated:"
for exclude in "${excludeLockDirs[@]}"; do
for i in "${!terraformLockModules[@]}"; do
if [[ ${terraformLockModules[i]} == "${BUILD_WORKSPACE_DIRECTORY}/${exclude}"* ]]; then
Expand Down

0 comments on commit 510d7e6

Please sign in to comment.