File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ wrappedNode(label: 'linux && x86_64') {
44 checkout scm
55 stage " test"
66
7- # Jekyll creates html files to implement client side redirects.
8- # There are absolute links to docs. docker. com in these htmls
9- # we don' t want them to be parsed by the tests for now.
10- # Removing jekyll-redirect-from option will make sure these pages
11- # are not generated when building with Jekyll.
7+ /* Jekyll creates html files to implement client side redirects.
8+ There are absolute links to docs.docker.com in these htmls
9+ we don't want them to be parsed by the tests for now.
10+ Removing jekyll-redirect-from option will make sure these pages
11+ are not generated when building with Jekyll. */
1212 sh " awk '/jekyll-redirect-from/{n=1}; n {n--; next}; 1' < _config.yml > _config.yml.tmp"
1313 sh " mv _config.yml.tmp _config.yml"
1414
You can’t perform that action at this time.
0 commit comments