Commit 5c582c54 authored by wind2009's avatar wind2009

Revert "minify script"

This reverts commit 282d35ed.
parent 9894af67
Pipeline #40666 passed with stages
in 3 minutes and 25 seconds
......@@ -78,22 +78,6 @@ add_script_diff:
paths:
- 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:
stage: prepare2
dependencies:
......@@ -173,7 +157,7 @@ pack:
stage: pack
dependencies:
- merge_databases
- minify_script
- add_script_diff
- json
- json2
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