Skip to content

Commit

Permalink
Revert travis ci changes (#718)
Browse files Browse the repository at this point in the history
Signed-off-by: flacatus <[email protected]>
  • Loading branch information
flacatus authored May 19, 2020
1 parent 1e58d04 commit 7bd5404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
jobs:
include:
- os: linux
- os: osx
language: node_js
node_js: '10'
before_deploy:
Expand Down Expand Up @@ -30,7 +30,7 @@ before_deploy:
sed -i sed "s#version\":\ \"\(.*\)\",#version\":\ \"$CHECTL_VERSION\",#g" package.json
git tag $TRAVIS_TAG
npx oclif-dev pack
npx oclif-dev pack --targets=linux-s390x,darwin-x64,win32-x64,win32-x86
npx oclif-dev pack --targets=linux-s390x
git clone https://github.com/che-incubator/chectl -b gh-pages --single-branch gh-pages
rm -rf gh-pages/.git
echo $(date +%s) > gh-pages/update
Expand Down

0 comments on commit 7bd5404

Please sign in to comment.