Skip to content

Commit

Permalink
chore: Update git clone command in continue_config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiyiMei committed Aug 5, 2024
1 parent 3fbcc73 commit f9dcd81
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 @@ -35,7 +35,7 @@ jobs:
- run:
name: Clone GitHub repository
command: |
git clone << pipeline.git_url >> --branch << pipeline.git_tag >> $env:USERPROFILE\project
git clone << pipeline.project.git_url >> --branch << pipeline.git.branch >> $env:USERPROFILE\project
- run:
name: "Build Plugins & Run Tests"
shell: powershell.exe
Expand Down

0 comments on commit f9dcd81

Please sign in to comment.