Skip to content

Commit

Permalink
refactor the workflow, use the local gh-pages branch to replace the o…
Browse files Browse the repository at this point in the history
…utside bundler-test-results repo,
  • Loading branch information
dindinw committed Feb 28, 2024
1 parent 07bdad3 commit 4fba893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
if: ${{ inputs.dump_logs }}
run: for d in build/*/*.log; do echo === $d:; cat $d | perl -pe 's/(?:runbundler-)?(\S+?)(?:-1)?[\s|]+(\S+)/$2 $1 /' | sort ; done

- name: Clone and update results repo
run: ./update-results.sh out-results
- name: Clone and update the gh-pages branch
run: ./update-results.sh out-results gh-pages

- name: npm
run: sudo apt -y install nodejs
Expand Down
2 changes: 1 addition & 1 deletion update-results.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

resultrepo=https://github.com/Qitmeer/bundler-test-results.git
resultrepo=https://github.com/Qitmeer/bundler-test-executor.git
root=`cd \`dirname $0\`;pwd`
if [[ -z "$1" || -d "$1" ]] ; then
echo usage: $0 {out-results-clone-folder} [branch]
Expand Down

0 comments on commit 4fba893

Please sign in to comment.