Commit 282d35ed authored by nanahira's avatar nanahira

minify script

parent 7e96edca
...@@ -78,6 +78,22 @@ add_script_diff: ...@@ -78,6 +78,22 @@ add_script_diff:
paths: paths:
- script - script
minify_script:
stage: prepare2
dependencies:
- add_script_diff
tags:
- linux
image: git-registry.moenext.com/nanahira/ygopro-lua-minify
script:
- currentPath=$PWD
- cd /usr/src/app
- npm start $currentPath/script
- cd $currentPath
artifacts:
paths:
- script
.json: .json:
stage: prepare2 stage: prepare2
dependencies: dependencies:
...@@ -157,7 +173,7 @@ pack: ...@@ -157,7 +173,7 @@ pack:
stage: pack stage: pack
dependencies: dependencies:
- merge_databases - merge_databases
- add_script_diff - minify_script
- json - json
- json2 - json2
tags: tags:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment