• This project
    • Loading...
  • Sign in

fe / yohobuy-node · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 1
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohobuy-node
  • docker.sh
  • Update docker.sh
    94fd5a8b
    by jimi.ji
    2018-03-06 10:49:22 +0800  
    Browse Files
docker.sh 184 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
#!/bin/bash
wordir=$2
cd $wordir
rm -rf yohobuy-node.tar.gz
yarn
if [[ $1 == "TEST1" ]] || [[ $1 == "TEST2" ]] || [[ $1 == "TEST3" ]]
then
yarn build
fi
tar -czvf yohobuy-node.tar.gz *