You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .azure/scripts/release_files_check.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ for i in "${!ITEMS[@]}"; do
32
32
echo"If your changes to $DIRECTORY are related to a new release, please update the checksums. Otherwise, please change only the files in the $PACKAGING_DIR directory. "
33
33
RETURN_CODE=$((RETURN_CODE+1))
34
34
else
35
-
echo"checksum of $DIRECTORYmatches expected checksum => OK"
0 commit comments