Skip to content

Commit

Permalink
Add fetch step in the build pipeline (#360)
Browse files Browse the repository at this point in the history
* Update ci-build-production.yml for Azure Pipelines

* using checkout step
  • Loading branch information
nikithauc authored Feb 2, 2023
1 parent 884cf2b commit dd9466a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azure-pipelines/ci-build-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ pool:

steps:

- script: git checkout main
- checkout: self
displayName: checkout main

- template: ./common-templates/security-pre-checks.yml
- task: CopyFiles@2
displayName: 'Copy Files to staging directory'
Expand Down

0 comments on commit dd9466a

Please sign in to comment.