Skip to content

Commit

Permalink
- Remove explicit examples steps from PR build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wessel W. Bakker committed Aug 15, 2022
1 parent d0033f6 commit 574dcc9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions azure-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,6 @@ steps:
sbt -Divy.home=${IVY_HOME} -Dsbt.ivy.home=${IVY_HOME} coverage test coverageReport && bash <(curl -s https://codecov.io/bash)
failOnStderr: false

- task: Bash@3
displayName: 'Building and testing examples'
inputs:
targetType: 'inline'
script: |
sbt -Divy.home=${IVY_HOME} -Dsbt.ivy.home=${IVY_HOME} "project interaction-example-make-payment-and-ship-items; test; project interaction-example-reserve-items; test; project bakery-client-example; test; project bakery-kafka-listener-example; test"
failOnStderr: false

- ${{ if or(eq(parameters['ForcePublish'],true),eq(variables['Build.SourceBranch'], 'refs/heads/master')) }}:
- task: Bash@3
displayName: 'Prepare publishing credentials'
Expand All @@ -97,9 +89,6 @@ steps:
env:
FEEDPASSWORD: $(feedPassword) # secrets extracted explicitly, other vars - from the group

- script: sbt -Divy.home=${IVY_HOME} -Dsbt.ivy.home=${IVY_HOME} "clean; +aetherDeploy; project interaction-example-make-payment-and-ship-items; +aetherDeploy; project interaction-example-reserve-items; +aetherDeploy; project bakery-client-example; +aetherDeploy; project bakery-kafka-listener-example; +aetherDeploy"
displayName: 'Building and publishing Baker with examples'

- task: Docker@2
displayName: Login to docker
inputs:
Expand Down

0 comments on commit 574dcc9

Please sign in to comment.