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

removed dockerfile

parent 6405378e
No related branches found
No related tags found
No related merge requests found
Pipeline #14449 passed
......@@ -29,19 +29,19 @@ before_script:
- echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
## Add docker-compose
- apk add docker-compose
- apk add make
# - apk add docker-compose
# - apk add make
build_only:
script:
- make
build_only_docker:
image: docker:latest
tags:
- dfromd
script:
- docker-compose run --rm pandoc make
# build_only_docker:
# image: docker:latest
# tags:
# - dfromd
# script:
# - docker-compose run --rm pandoc make
build_and_deploy:
script:
......
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