source: branches/testa-single-bookmark/bin/build.sh @ 52

Last change on this file since 52 was 41, checked in by anonymous, 6 years ago

add bin

  • Property svn:executable set to *
File size: 604 bytes
RevLine 
[41]1#!/bin/sh
2build_path=$1
3target=$2
4subtarget=$3
5conf_dir=$4
6
7cd ${build_path}
8#bundle exec ruby bin/md2site make -t ${target} -s ${subtarget} -c ${conf_dir}
9#bundle exec ruby bin/md2site info -z -c _xtest/wtjx/t12/conf
10#echo bundle exec ruby bin/md2site make -t d -s 2018 -c ${conf_dir}
11
12# bundle exec ruby bin/md2site make -t $target -s $subtarget -c ${conf_dir}
13#/var/www/tmp-work/var/local/ruby/2.5.3/bin/bundle exec ruby bin/md2site make -t $target -s $subtarget -c ${conf_dir}
14
15RUBYOPT=--encoding=UTF-8 /var/www/tmp-work/var/local/ruby/2.5.3/bin/md2site make -t $target -s $subtarget -c ${conf_dir}
Note: See TracBrowser for help on using the repository browser.