Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Jul 31, 2024
1 parent bdaaaf5 commit 8193331
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
echo "login ${{ secrets.NEXUS_USERNAME }}" >> ~/.netrc
echo "password ${{ secrets.NEXUS_PASSWORD }}" >> ~/.netrc
- name: Fetch artifacts from nexus
run: ./scripts/fetch-artifacts.sh

- name: Set up QEMU
uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0

Expand Down
2 changes: 0 additions & 2 deletions scripts/fetch-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ do_fetch_mvn() {
done
}

cd ${REPO_ROOT}/..

TARGETS=$(find "${REPO_ROOT}/.." -regex "${REPO_ROOT}/../${1:+$1/}.*" -name artifacts.json -mindepth 2 -print)

for i in $TARGETS ; do
Expand Down

0 comments on commit 8193331

Please sign in to comment.