Skip to content

Commit

Permalink
Remove test file.
Browse files Browse the repository at this point in the history
Signed-off-by: ZePan110 <ze.pan@intel.com>
  • Loading branch information
ZePan110 committed Sep 5, 2024
1 parent bc8eb45 commit a3caf4b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pr-dockerfile-path-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ jobs:
changed_files="$(git diff --name-status --diff-filter=A ${{ github.event.pull_request.base.sha }} ${merged_commit} -- '**/Dockerfile**' | cut -f2)"
if [ -n "$changed_files" ]; then
for file in $changed_files; do
echo "$file"
echo "$(echo "$file" | awk -F '/' '{print $2}')"
# if grep -rl "$(echo "$file" | awk -F '/' '{print $2}')" "${{github.workspace}}/.github/workflows/docker/compose/"; then
if find "${{github.workspace}}/.github/workflows/docker/compose/" -name "*$(echo "$file" | awk -F '/' '{print $2}')*" |grep -q .; then
echo "Please check if the added $file is included in the yaml under path ${{github.workspace}}/.github/workflows/docker/compose/."
else
Expand Down
3 changes: 0 additions & 3 deletions Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions comps/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions comps/XXCCSS/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions comps/llms/Dockerfile

This file was deleted.

0 comments on commit a3caf4b

Please sign in to comment.