Skip to content

Commit

Permalink
(build) Try again to skip tag builds on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Jul 8, 2020
1 parent 2b1558b commit e19568e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,10 @@ for:
matrix:
only:
- image: Ubuntu
skip_tags: true
install:
- git submodule update --init
- sudo apt-get update && sudo apt-get install -y libgit2-dev
-
matrix:
except:
- image: Visual Studio 2017
skip_tags: true

install:
- git submodule update --init
Expand Down

0 comments on commit e19568e

Please sign in to comment.