Skip to content

Commit

Permalink
chore: fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiyiMei committed Aug 5, 2024
1 parent f9dcd81 commit c349a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
- run:
name: Clone GitHub repository
command: |
git clone << pipeline.project.git_url >> --branch << pipeline.git.branch >> $env:USERPROFILE\project
git clone << pipeline.project.git_url >> --branch << pipeline.git.branch >> project
- run:
name: "Build Plugins & Run Tests"
shell: powershell.exe
working_directory: $env:USERPROFILE\project
working_directory: project
no_output_timeout: 60m
environment:
BUILD_UNREAL_PLUGIN: << pipeline.parameters.build-unreal-plugin >>
Expand Down

0 comments on commit c349a03

Please sign in to comment.