Skip to content

Commit

Permalink
(build) Blank out certain env variables on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Jul 8, 2020
1 parent 2d96027 commit 6b5b137
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ for:
matrix:
only:
- image: Ubuntu
environment:
AZURE_SOURCE:
GITHUB_PASSWORD:
GITTER_TOKEN:
GPR_SOURCE:
MYGET_API_KEY:
NUGET_API_KEY:
SLACK_TOKEN:
TWITTER_ACCESS_TOKEN:
TWITTER_CONSUMER_KEY:
WYAM_ACCESS_TOKEN:

skip_tags: true
install:
- git submodule update --init
Expand Down

0 comments on commit 6b5b137

Please sign in to comment.