Skip to content

Commit

Permalink
MNT: Re-rendered with conda-build 3.18.9, conda-smithy 3.4.1, and con…
Browse files Browse the repository at this point in the history
…da-forge-pinning 2019.08.27
  • Loading branch information
ocefpaf committed Sep 4, 2019
1 parent 91801d6 commit ef3d1d7
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 62 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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @conda-forge/Core
* @conda-forge/Core
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 ef3d1d7

Please sign in to comment.