Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixcell committed Sep 29, 2019
1 parent 51f7109 commit b91a63a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 73 deletions.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Expand Up @@ -29,13 +29,14 @@ steps:

- script: |
docker pull gcr.io/focal-freedom-236620/controller:develop
docker pull gcr.io/focal-freedom-236620/connector: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:develop -a gcr.io/focal-freedom-236620/agent:develop
./start.sh -ct gcr.io/focal-freedom-236620/controller:develop -a gcr.io/focal-freedom-236620/agent:develop -cn gcr.io/focal-freedom-236620/connector:develop
displayName: 'Start Connector, Controller, and Agent'

- script: |
Expand Down
60 changes: 0 additions & 60 deletions docker-compose-iofog.yml

This file was deleted.

12 changes: 0 additions & 12 deletions docker-compose-tutorial.yml

This file was deleted.

0 comments on commit b91a63a

Please sign in to comment.