Skip to content

Commit

Permalink
Typo Update generate-dockerfiles-pipeline.sh (#1302)
Browse files Browse the repository at this point in the history
Fix typo in comment for generating Buildkite pipelines
  • Loading branch information
0xbryer authored Dec 6, 2024
1 parent 82c30c9 commit 5c7bed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ci/generate-dockerfiles-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ done

echo "Builds: ${#files[@]}"

# Generate a buildkite pipeline for each a docker build
# Generate a Buildkite pipeline for each Docker build
echo "--- Generating build pipelines"

for i in "${!files[@]}"; do
Expand Down Expand Up @@ -81,4 +81,4 @@ for i in "${!files[@]}"; do
fi

echo ""
done
done

0 comments on commit 5c7bed9

Please sign in to comment.