Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Changed working directory for QuarrelInstaller cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
Avid29 committed Apr 21, 2022
1 parent 9d83704 commit 5ff9169
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure-pipelines-package-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,10 @@ steps:
# $(appInstaller)

- script: |
md $(installerDirectory)
cd $(installerDirectory)
git config --global user.email $(GitHub-Email) & git config --global user.password $(GitHub-Token)
git clone https://github.com/QuarrelForDiscord/QuarrelInstaller.git
displayName: Clone QuarrelInstaller repo
workingDirectory: $(Agent.RootDirectory)

#- task: CopyFiles@2
# displayName: Copy artifacts to QuarrelInstaller repo
Expand Down

0 comments on commit 5ff9169

Please sign in to comment.