Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinguy committed Sep 12, 2024
1 parent ec9e827 commit 2a105c9
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 @@ -14,7 +14,7 @@ run_docker() {
}

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

0 comments on commit 2a105c9

Please sign in to comment.