Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit ae5b2ce

Browse files
author
Simon Hofmann
committed
Reverted build
1 parent 1d8e6a9 commit ae5b2ce

File tree

5 files changed

+2
-24
lines changed

5 files changed

+2
-24
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ script:
4949

5050
after_success:
5151
- if [[ $TRAVIS_TAG != "" && $BUILD_TASK == "prebuild" ]]; then
52-
cd ./ci/$BUILD_TASK;
53-
npm run $BUILD_TASK $TAG;
54-
cd -;
52+
npm install;
53+
npm run prebuild -- -u $GITHUB_TOKEN;
5554
fi
5655
- if [ $BUILD_TASK = 'cover' ]; then
5756
npm install;

ci/prebuild/Dockerfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

ci/prebuild/package.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

ci/prebuild/prebuild.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

ci/prebuild/script/run-prebuild.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)