Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinguy committed Nov 12, 2024
1 parent c406db0 commit 6e57317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ run_docker() {

# Initialize checkmate and analyze the git repository
run_docker "checkmate init --backend sqlite"
run_docker "checkmate git init"
run_docker "checkmate git init --backend sqlite"
run_docker "checkmate git analyze --branch \`$GIT_BRANCH_CMD\`"
run_docker "checkmate issues"

0 comments on commit 6e57317

Please sign in to comment.