Skip to content

Commit

Permalink
AppVeyor: fix typo in cache management
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov committed Jan 12, 2019
1 parent 51f2fc3 commit 97d8ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ cache:

init:
- git config --global core.autocrlf true
- if "x%appveyor_pull_request_number%" EQU "x" set APPVEYOR_CACHE_SKIP_SAVE=true
- if "x%appveyor_repo_branch%" NEQ "master" set APPVEYOR_CACHE_SKIP_SAVE=true
- if "x%appveyor_pull_request_number%" NEQ "x" set APPVEYOR_CACHE_SKIP_SAVE=true
- if "x%appveyor_repo_branch%" NEQ "xmaster" set APPVEYOR_CACHE_SKIP_SAVE=true

before_build:
- git submodule update --init --recursive
Expand Down

0 comments on commit 97d8ab5

Please sign in to comment.