Skip to content

Commit

Permalink
We don't test HAOS inside docker container test facility
Browse files Browse the repository at this point in the history
ever
  • Loading branch information
igorpecovnik committed Dec 17, 2024
1 parent 9fe944b commit 83efe1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/download-and-test-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ jobs:
# read packages and loop them
packages=$(echo ${{ steps.changed-files.outputs.all_changed_files }} | tr " " "\n" | cut -d"." -f1 | cut -d"/" -f2)
[[ "${{ inputs.REFERENCE }}" =~ ^(main|)$ ]] && packages=($(grep -rw os/external/*.conf -e amd64 | cut -d"/" -f3 | cut -d"." -f1))
[[ "${{ inputs.REFERENCE }}" =~ ^(main|)$ ]] && packages=($(grep -rw os/external/*.conf -e amd64 | grep -v haos | cut -d"/" -f3 | cut -d"." -f1))
for i in "${packages[@]}"; do
# read config file
Expand Down

0 comments on commit 83efe1c

Please sign in to comment.