Skip to content

Commit

Permalink
Update readme.md and CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander González committed Feb 24, 2020
1 parent 53b3bab commit 1fcb61d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ stages:
vmImage: 'ubuntu-latest'
timeoutInMinutes: 0
steps:
- task: SonarCloudPrepare@1
inputs:
SonarCloud: $(SONAR_CLOUD_PROJECT_NAME)
organization: "plainconcepts"
scannerMode: "CLI"
configMode: "manual"
cliProjectKey: $(SONAR_CLOUD_PROJECT_KEY)
cliProjectName: $(SONAR_CLOUD_PROJECT_NAME)
cliProjectVersion: "1.$(Build.BuildId)"
cliSources: "code/"
- task: UsePythonVersion@0
inputs:
versionSpec: "3.6"
Expand All @@ -43,12 +33,6 @@ stages:
displayName: Compile all
inputs:
script: 'python -m compileall code\'
- task: SonarCloudAnalyze@1
displayName: "Run SonarCloud analysis"
- task: SonarCloudPublish@1
displayName: "Publish SonarCloud results"
inputs:
pollingTimeoutSec: "300"
- task: Docker@2
inputs:
containerRegistry: 'acr'
Expand Down
2 changes: 1 addition & 1 deletion examples/MLOps-Tensorflow-YoloV3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ During the continuous integration an artifact is created that will leater be rel

#### Final report of AML Pipeline

![ground-truth](./images/Ground-Truth Info.png)
![ground-truth](./images/Ground-Truth-Info.png)
![helmet](./images/helmet.png)mAP.png
![none](./images/none.png)
![mAP](./images/mAP.png)
Expand Down

0 comments on commit 1fcb61d

Please sign in to comment.