Skip to content

Commit

Permalink
Update cli-html.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinguy authored Nov 12, 2024
1 parent 6c7259c commit efed611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli-html.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ run_docker() {
}

# Initialize checkmate and analyze the git repository
run_docker "checkmate init --backend sqlite"
run_docker "checkmate git init"
run_docker "checkmate init --backend sqlite --backend-opts \"sqlite:///.checkmate/database.db\""
run_docker "checkmate git init --backend sqlite --backend-opts \"sqlite:///.checkmate/database.db\""
run_docker "checkmate git analyze --branch \`$GIT_BRANCH_CMD\`"
run_docker "checkmate issues html"

0 comments on commit efed611

Please sign in to comment.