Commit 7a10eb4f authored by Igor Minin's avatar Igor Minin
Browse files

Debugging build

parent c4dd1743
Pipeline #23003 passed with stages
in 4 minutes and 10 seconds
Showing with 3 additions and 1 deletion
+3 -1
......@@ -40,6 +40,8 @@ package:
dependencies:
- build
script:
- pwd
- ls
- docker build -f ci/Dockerfile -t $CI_REGISTRY_IMAGE:$CI_PIPELINE_IID .
- docker save $CI_REGISTRY_IMAGE:$CI_PIPELINE_IID | gzip > image.tar.gz
artifacts:
......
FROM ubuntu:latest
ADD src/gvision_canvus_demo/gvision_canvus_demo /
ADD gvision_canvus_demo /
WORKDIR /
CMD ["./gvision_canvus_demo"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment