Skip to content

Commit 030210d

Browse files
author
Umberto
committed
Hide azure-ci and tools folders
1 parent aa55348 commit 030210d

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
docker run -d -i -t -e python_ver=$PYTHON_VER --name manylinux10 -v `pwd`:/io quay.io/pypa/manylinux2010_x86_64 /bin/bash
3-
docker exec manylinux10 sh -c "sh /io/azure-ci/docker_scripts.sh"
3+
docker exec manylinux10 sh -c "sh /io/.azure-ci/docker_scripts.sh"
File renamed without changes.
File renamed without changes.

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ We provide a pre-commit git hook to prevent accidental commits to the master bra
101101
.. code-block:: bash
102102
103103
cd .git/hooks
104-
ln -s ../../tools/git-pre-commit pre-commit
104+
ln -s ../../.tools/git-pre-commit pre-commit
105105
106106
Running unit tests
107107
------------------

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
162162
- task: Bash@3
163163
inputs:
164-
filePath: azure-ci/build_manylinux2010.sh
164+
filePath: .azure-ci/build_manylinux2010.sh
165165
failOnStderr: false
166166
env:
167167
python_ver: $(python_ver)

0 commit comments

Comments
 (0)