Skip to content

Commit ecfce16

Browse files
committed
travis: don't explode html docs
It turns out that cleaning up these files on jfrog is a very time consuming process, even with the help of scripts.
1 parent 6a6e9fd commit ecfce16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ jobs:
9191
pybricks-ev3dev/$TRAVIS_REPO_SLUG/build$TRAVIS_JOB_NUMBER/
9292
- tar -C ${HOME}/micropython/ports/pybricks/doc/build html -czf html.tar.gz
9393
- jfrog rt upload --build-name $TRAVIS_REPO_SLUG --build-number $TRAVIS_JOB_NUMBER
94-
--explode=true "html.tar.gz"
95-
pybricks-ev3dev/$TRAVIS_REPO_SLUG/build$TRAVIS_JOB_NUMBER/
94+
"html.tar.gz" pybricks-ev3dev/$TRAVIS_REPO_SLUG/build$TRAVIS_JOB_NUMBER/
9695
- jfrog rt upload --build-name $TRAVIS_REPO_SLUG --build-number $TRAVIS_JOB_NUMBER
9796
--props "pypi.name=fake-pybricks;pypi.version=$FAKE_PYBRICKS_VERSION"
9897
"${HOME}/micropython/ports/pybricks/lib/fake-pybricks/dist/fake-pybricks-$FAKE_PYBRICKS_VERSION.tar.gz"

0 commit comments

Comments
 (0)