Skip to content

Commit

Permalink
Fix chectl package (#723)
Browse files Browse the repository at this point in the history
Signed-off-by: flacatus <[email protected]>
  • Loading branch information
flacatus authored May 20, 2020
1 parent 5b59b4e commit 2b33d8b
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
Expand Up @@ -29,8 +29,8 @@ before_deploy:
fi;
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
TARGETS=linux-arm,linux-x64,linux-s390x,darwin-x64,win32-x64,win32-x86
npx oclif-dev pack --targets=$TARGETS
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 2b33d8b

Please sign in to comment.