Skip to content

Commit

Permalink
Use develop images in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixcell committed Sep 13, 2019
1 parent 91c818a commit 8d08eb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Expand Up @@ -13,7 +13,7 @@ steps:
- task: DockerInstaller@0
displayName: Docker Installer
inputs:
dockerVersion: 18.09.2
dockerVersion: 19.03.2
releaseType: stable

- script: |
Expand All @@ -28,14 +28,14 @@ steps:
displayName: 'Docker connect to Registry'

- script: |
docker pull gcr.io/focal-freedom-236620/controller:latest
docker pull gcr.io/focal-freedom-236620/agent:latest
docker pull gcr.io/focal-freedom-236620/controller:develop
docker pull gcr.io/focal-freedom-236620/agent:develop
displayName: 'Pull latest images'

- script: |
# ./start.sh
# Use dev version of agent and controller until 1.3.0 release
./start.sh -ct gcr.io/focal-freedom-236620/controller:latest -a gcr.io/focal-freedom-236620/agent:latest
./start.sh -ct gcr.io/focal-freedom-236620/controller:develop -a gcr.io/focal-freedom-236620/agent:develop
displayName: 'Start Connector, Controller, and Agent'

- script: |
Expand Down

0 comments on commit 8d08eb8

Please sign in to comment.