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: ...@@ -78,22 +78,6 @@ 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:
...@@ -173,7 +157,7 @@ pack: ...@@ -173,7 +157,7 @@ pack:
stage: pack stage: pack
dependencies: dependencies:
- merge_databases - merge_databases
- minify_script - add_script_diff
- 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