Skip to content
Snippets Groups Projects
Commit 1fa3d57d9437 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:rocket: build the image

parent 3d68c534d93b
No related branches found
No related tags found
No related merge requests found
stages: stages:
- test - test
- release - build
flake8: flake8:
stage: test stage: test
...@@ -16,4 +16,9 @@ ...@@ -16,4 +16,9 @@
script: script:
- isort --check-only --diff - isort --check-only --diff
# TODO build docker images docker:
stage: build
image: docker.orus.io/cc/docker
script:
- export DOCKER_IMAGE=xcgd/odoo_scripts CUSTOM_TAG=latest
- docker-build
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