Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo OFF
- set dateformat=%date:~6,4%.%date:~3,2%.%date:~0,2%
- set timeformat=%time:~0,2%-%time:~3,2%
- set datetime=%dateformat%_%timeformat%
- @echo ON
- mkdir %datetime%
- @echo OFF
- cd %datetime%
- @echo ON
- @echo Starting git clone...
- git clone -b develop --single-branch -c http.sslVerify=false https://gitlab.deasigndemo.com/Deasign-russia/rtu.git
- @echo OFF
- cd rtu
- @echo ON
- @echo Starting npm install...
- npm install
- @echo Starting build...
- node node_modules\gulp\bin\gulp.js --production --folder=resources
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement