Skip to content

Commit

Permalink
Azure pipeline: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-douglass committed Mar 27, 2020
1 parent 73df207 commit aa6b62b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pipelines/azure-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ stages:
artifact: dist
- publish: $(System.DefaultWorkingDirectory)/pipelines/
artifact: pipelines
- publish: $(System.DefaultWorkingDirectory)/tests/
artifact: tests
- publish: $(System.DefaultWorkingDirectory)/test/
artifact: test
- stage: test
jobs:
- job: run_test
Expand All @@ -62,7 +62,7 @@ stages:
- download: current
artifact: pipelines
- download: current
artifact: tests
artifact: test
- script: |
set -x # Echo commands befor ethey are run
sudo apt-get update
Expand All @@ -74,7 +74,7 @@ stages:
sudo cp $(Pipeline.Workspace)/pipelines/config.yml /etc/assemblyline
displayName: Install package
- script: pytest -rsx -vv
workingDirectory: $(Pipeline.Workspace)/tests
workingDirectory: $(Pipeline.Workspace)/test
displayName: Test
- stage: deploy
jobs:
Expand Down

0 comments on commit aa6b62b

Please sign in to comment.