Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaMN authored Nov 25, 2024
1 parent d93ba0d commit 4e230e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# TODO WIP Humble Upgrade: Remove after humble upgrade is done
- name: Read packages from file
run: |
PACKAGES=$(find . -maxdepth 2 -type f -name package.xml | grep -v "template_package" | sed 's/\.\///' | cut -d/ -f1)
PACKAGES=$(find . -maxdepth 2 -type f -name package.xml | sed 's/\.\///' | cut -d/ -f1)
echo "Selected packages to build from this repository: $PACKAGES"
echo "PACKAGES=$PACKAGES" >> $GITHUB_ENV
Expand Down

0 comments on commit 4e230e5

Please sign in to comment.