Skip to content

Commit

Permalink
Removing Test Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Donovan authored and Joshua Donovan committed Sep 18, 2024
1 parent 2aa8c73 commit e1a1438
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Confirm Policy Definition has Unique ID and does not conflict with Built-I
on:
pull_request:
branches:
- GUID-Validation
- main

jobs:
# -------------------------------------------------------------
Expand Down Expand Up @@ -42,10 +42,6 @@ jobs:
for rawfile in "${files[@]}"; do
echo " Checking file name: ${rawfile}"
echo " For Testing only, appending \\ to the file name"
rawfile="${rawfile}\\"
echo " Pre-Trim Validation file name: ${rawfile}"
# Trim backspaces from the file name
file=$(echo $rawfile | tr -d '\\')
Expand Down

0 comments on commit e1a1438

Please sign in to comment.