Skip to content

Commit

Permalink
MNT: Re-rendered with conda-build 3.18.7, conda-smithy 3.4.1, and con…
Browse files Browse the repository at this point in the history
…da-forge-pinning 2019.07.15
  • Loading branch information
regro-cf-autotick-bot committed Jul 18, 2019
1 parent 3ba3cb2 commit 8eec842
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/run_docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if [ -z "$CONFIG" ]; then
fi

if [ -z "${DOCKER_IMAGE}" ]; then
SHYAML_INSTALLED="$(shyaml --version || echo NO)"
SHYAML_INSTALLED="$(shyaml -h || echo NO)"
if [ "${SHYAML_INSTALLED}" == "NO" ]; then
echo "WARNING: DOCKER_IMAGE variable not set and shyaml not installed. Falling back to condaforge/linux-anvil-comp7"
DOCKER_IMAGE="condaforge/linux-anvil-comp7"
Expand Down
3 changes: 1 addition & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
* @grst
* @mwouts
* @grst @mwouts
15 changes: 0 additions & 15 deletions .github/CONTRIBUTING.md

This file was deleted.

25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

18 changes: 0 additions & 18 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

4 changes: 2 additions & 2 deletions build-locally.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# This file has been generated by conda-smithy in order to build the recipe
# locally.
Expand Down Expand Up @@ -55,4 +55,4 @@ def main(args=None):


if __name__ == "__main__":
main()
main()

0 comments on commit 8eec842

Please sign in to comment.