Skip to content
Snippets Groups Projects
Commit 20b96dca authored by Florian Obersteiner's avatar Florian Obersteiner :octopus:
Browse files

check if docker is ok

parent 26d012e7
No related branches found
No related tags found
No related merge requests found
stages:
- test
- before_script
- build_and_deploy
variables:
......@@ -34,6 +35,9 @@ test:
only:
- tags
before_script:
- docker info
# Build and deploy the Docker container directly on the server
build_and_deploy:
stage: build_and_deploy
......
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