Skip to content

Commit

Permalink
fix(e953eb3): Resolve issues while excluding 'aosp-device-tree/'
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoninoScordino committed Sep 27, 2024
1 parent 68bc6d5 commit e79e89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ fi

# Generate 'all_files.txt'
echo "[INFO] Generating 'all_files.txt'..."
find . -type f -not -name all_files.txt -not -path "aosp-device-tree/*" -printf '%P\n' | sort | grep -v ".git/" > ./all_files.txt
find . -type f ! -name all_files.txt -and ! -path "*/aosp-device-tree/*" -printf '%P\n' | sort | grep -v ".git/" > ./all_files.txt

# Check whether the subgroup exists or not
if ! group_id_json="$(curl --compressed -sH --fail-with-body "Authorization: Bearer $DUMPER_TOKEN" "https://$GITLAB_SERVER/api/v4/groups/$ORG%2f$repo_subgroup")"; then
Expand Down

0 comments on commit e79e89f

Please # to comment.