Skip to content

Commit

Permalink
[CI] Fix import_stats script path
Browse files Browse the repository at this point in the history
Fix up of #782
  • Loading branch information
zakkak committed Aug 22, 2024
1 parent beff9c1 commit 49fa486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native-tests-stats-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
echo "Processing $directory"
cd "$directory"
tar -xvf build-stats.tgz
DIR=./quarkus TAG="${BUILD_STATS_TAG}" TOKEN="${UPLOAD_TOKEN}" URL="${COLLECTOR_URL}" bash workflow-mandrel/.github/import_stats.sh
DIR=./quarkus TAG="${BUILD_STATS_TAG}" TOKEN="${UPLOAD_TOKEN}" URL="${COLLECTOR_URL}" bash ../workflow-mandrel/.github/import_stats.sh
cd -
done

0 comments on commit 49fa486

Please sign in to comment.