Skip to content
Snippets Groups Projects
Commit 0d6643bc authored by skorpy's avatar skorpy :construction_worker:
Browse files

Update .gitlab-ci.yml

parent 452904f9
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -3,6 +3,7 @@ image: debian:stretch ...@@ -3,6 +3,7 @@ image: debian:stretch
build: build:
script: script:
- echo "deb http://deb.debian.org/debian stretch main" > /etc/apt/sources.list - echo "deb http://deb.debian.org/debian stretch main" > /etc/apt/sources.list
- apt-get update
- apt-get install pandoc python3-pip - apt-get install pandoc python3-pip
- pip3 install MarkdownPP - pip3 install MarkdownPP
- mkdir public - mkdir public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment