Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Nov 29, 2023
1 parent 27a912c commit fe868b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .ci/publish_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ sudo apt-get -y -q install lcov

# clone the sources

mkdir -p $WORKSPACE/src
cd $WORKSPACE/src

LIST=mrs
ARCH=amd64

YAML_FILE=$LIST.yaml

REPOS=$(./.ci/parse_yaml.py $YAML_FILE $ARCH)

mkdir -p $WORKSPACE/src
cd $WORKSPACE/src

echo "$REPOS" | while IFS= read -r REPO; do

PACKAGE=$(echo "$REPO" | awk '{print $1}')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rostest_to_release_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- id: test
run: |
ls -la /tmp/artifacts
.ci/publish_coverage.sh /tmp/artifacts
./.ci/publish_coverage.sh /tmp/artifacts
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit fe868b9

Please sign in to comment.