Skip to content
Snippets Groups Projects
Commit ab3c33d1 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Git Fix.

parent a13fd689
Branches
No related tags found
No related merge requests found
# http://editorconfig.org
[*]
indent_style = tab
indent_size =4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true
# [*]
# indent_style = tab
# indent_size =4
# end_of_line = lf
# charset = utf-8
# trim_trailing_whitespace = false
# insert_final_newline = true
[*.yml]
indent_style = space
indent_size = 2
# [*.yml]
# indent_style = space
# indent_size = 2
......@@ -23,7 +23,7 @@ tidy:
dependencies:
- build
before_script:
- http-server _site/ -p 8080 &
- http-server _site/ -p 8080 > /dev/null &
- sleep 10
script:
- curl -Ls http://localhost:8080 | tidy -e #-config tidy.conf -e
......@@ -36,7 +36,7 @@ blc:
- build
before_script:
- cd _site
- http-server _site/ -p 8080 &
- http-server _site/ -p 8080 > /dev/null &
- sleep 10
- cd ..
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment