Skip to content
Snippets Groups Projects
Commit 0d3a5455 authored by godog's avatar godog
Browse files

Build for stretch and upload to ai3

parent 05ed76d0
No related branches found
No related tags found
No related merge requests found
......@@ -28,3 +28,19 @@ upload:pkg:
dependencies:
- build:pkg
build:pkg-stretch:
stage: build_pkg
image: "ai/build:stretch"
script: "build-deb"
dependencies:
- build:src
artifacts:
paths:
- output-deb/
upload:ai3:
stage: upload
image: "ai/pkg:base"
script: "upload-packages --repository=ai3"
dependencies:
- build:pkg-stretch
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