[segyio] 366/376: Wrap appveyor repo tag in parens
Jørgen Kvalsvik
jokva-guest at moszumanska.debian.org
Wed Sep 20 08:04:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
jokva-guest pushed a commit to branch debian
in repository segyio.
commit fc31276c3b9375cebfa7a51578b9378319dc0a2f
Author: Jørgen Kvalsvik <jokva at statoil.com>
Date: Fri Aug 25 14:25:14 2017 +0200
Wrap appveyor repo tag in parens
---
appveyor.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/appveyor.yml b/appveyor.yml
index 0ed93c5..8287c57 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -85,7 +85,7 @@ after_deploy:
deploy_script:
- ps: |
- If (-not $env:APPVEYOR_REPO_TAG) { return }
+ If (-not ($env:APPVEYOR_REPO_TAG)) { return }
If ($env:SHARED -eq "ON") { return }
If ($env:APPVEYOR_REPO_BRANCH -ne "master") { return }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/segyio.git
More information about the debian-science-commits
mailing list