Skip to content

Commit 1780cd6

Browse files
committed
[manylinux2014] Move deploy script out of the docker build context
Not needed in the docker build context. It's better to place it alongside the main build script.
1 parent 6082814 commit 1780cd6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ script:
3939
deploy:
4040
provider: script
4141
# The following scripts uses POLICY, PLATFORM and TRAVIS_COMMIT environment variables
42-
script: docker/deploy.sh
42+
script: ./deploy.sh
4343
on:
4444
branch: manylinux2014
4545
repo: pypa/manylinux
File renamed without changes.

0 commit comments

Comments
 (0)