Skip to content
Snippets Groups Projects
Verified Commit 6405378e authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added make in ci

parent 1975a1bb
Branches
Tags untagged-82bd404cbb7da09ef714
No related merge requests found
Pipeline #14448 failed
...@@ -30,6 +30,7 @@ before_script: ...@@ -30,6 +30,7 @@ before_script:
- chmod 644 ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts
## Add docker-compose ## Add docker-compose
- apk add docker-compose - apk add docker-compose
- apk add make
build_only: build_only:
script: script:
...@@ -40,8 +41,7 @@ build_only_docker: ...@@ -40,8 +41,7 @@ build_only_docker:
tags: tags:
- dfromd - dfromd
script: script:
- docker-compose run --rm pandoc pandoc --version - docker-compose run --rm pandoc make
# - docker-compose run --rm pandoc make
build_and_deploy: build_and_deploy:
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment