Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiyiMei committed Aug 5, 2024
1 parent 091f693 commit dc35e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
$TAG = << pipeline.git.tag >>
$BRANCH = << pipeline.git.branch >>
$BRANCH = if ($TAG -ne $null) { $TAG } else { $BRANCH }
git clone << pipeline.git.url >> --branch $BRANCH .
git clone << pipeline.project.git_url >> --branch $BRANCH .
- run:
name: "Build Plugins & Run Tests"
shell: powershell.exe
Expand Down

0 comments on commit dc35e09

Please sign in to comment.