File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ Unreleased ]
3+ ## [ 1.0.3 ] - 2021-10-27
44### Added
55- Functional tests to CI pipeline
66
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest # Docker-based github actions have to run on a linux environment
2626 steps :
2727 - name : HTML/CSS/JS Minifier
28- uses : docker://devatherock/minify-js:1.0.2
28+ uses : docker://devatherock/minify-js:1.0.3
2929 with :
3030 directory : ' src' # Optional
3131 output : ' minify/src' # Optional
@@ -41,7 +41,7 @@ docker run --rm \
4141 -e PARAMETER_INPUT_PATH=/work/src \
4242 -e PARAMETER_OUTPUT_PATH=/work/minify/src \
4343 -e PARAMETER_ADD_SUFFIX=false \
44- devatherock/minify-js:1.0.2
44+ devatherock/minify-js:1.0.3
4545```
4646
4747### vela
6161 ruleset :
6262 branch : master
6363 event : push
64- image : devatherock/minify-js:1.0.2
64+ image : devatherock/minify-js:1.0.3
6565 parameters :
6666 input_path : src
6767 output_path : minify/src
@@ -75,7 +75,7 @@ version: 2.1
7575jobs :
7676 minify_js :
7777 docker :
78- - image : devatherock/minify-js:1.0.2
78+ - image : devatherock/minify-js:1.0.3
7979 working_directory : ~/my-repo
8080 environment :
8181 PARAMETER_INPUT_PATH : src
You can’t perform that action at this time.
0 commit comments