• This project
    • Loading...
  • Sign in

fe / yohoblk-wap · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohoblk-wap
  • docker.sh
  • Revert "Revert "Merge branch 'feature/docker' into 'master'"" ...
    cd69e309
    This reverts commit c39a4709
    by 陈峰
    2018-04-16 10:00:09 +0800  
    Browse Files
docker.sh 185 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
#!/bin/bash
wordir=$2
cd $wordir
rm -rf yoho-blk-wap.tar.gz
yarn
if [[ $1 == "TEST1" ]] || [[ $1 == "TEST2" ]] || [[ $1 == "TEST3" ]]
then
yarn build
fi
tar -czvf yoho-blk-wap.tar.gz *