Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
removed branch restriction on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
adpham95 committed Nov 7, 2019
1 parent fd41309 commit aa6cebb
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions appveyor.yml
@@ -1,9 +1,5 @@
version: 1.0.{build}
image: Visual Studio 2019
branches:
only:
- master
- travis
image: Visual Studio 2017

environment:
CONFIG_PATH: data/local_config.yml
Expand All @@ -27,13 +23,13 @@ install:
- python -m pip install -r testing/requirements.txt

before_build:
- ipconfig
- docker swarm init --advertise-addr 10.0.0.6
- ./walkoff.sh up -bdy
- docker swarm init --advertise-addr 127.0.0.1

build_script:
- ps: .\walkoff.ps1 up -bdy
- docker service ls

test_script:
- python -m pytest testing/api/
- python -m pytest testing\api\

after_build:
- ./walkoff.sh down -cy

0 comments on commit aa6cebb

Please sign in to comment.