Removing Test Code
This commit is contained in:
Родитель
2aa8c737c5
Коммит
e1a14382cc
|
@ -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:
|
||||
# -------------------------------------------------------------
|
||||
|
@ -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 '\\')
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче