Skip to content

Commit

Permalink
Rename build demo file script #3910
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMehl committed Feb 11, 2025
1 parent 08c61f9 commit e36be19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-visualization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
path: visualization/dist/webpack

- name: Create Sample File for Web Demo
run: sh ./script/build_demo_file_visualization.sh
run: sh ./script/build_demo_files.sh

- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ cp -R visualization/dist/webpack/ gh-pages/visualization/app/

analysis/gradlew -p analysis/ installDist

mkdir gh-pages/demo_files
mkdir gh-pages/temp_dir

git ls-files > gh-pages/demo_files/file-name-list.txt
git log --numstat --raw --topo-order --reverse -m > gh-pages/demo_files/git.log
git ls-files > gh-pages/temp_dir/file-name-list.txt
git log --numstat --raw --topo-order --reverse -m > gh-pages/temp_dir/git.log

cd gh-pages/demo_files || exit
cd gh-pages/temp_dir || exit
CCSH=../../analysis/build/install/codecharta-analysis/bin/ccsh

# Data for for both visualization and analysis
Expand All @@ -38,4 +38,4 @@ $CCSH merge -o ../visualization/app/codecharta_analysis.cc.json codecharta_sonar


cd ../..
rm -r gh-pages/demo_files
rm -r gh-pages/temp_dir

0 comments on commit e36be19

Please sign in to comment.