Skip to content
Snippets Groups Projects
Commit bbf5aff7 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Declare the built p2 repo as an artifact for the testing stage

parent 3c71ec51
No related branches found
No related tags found
1 merge request!3Add build pipeline
......@@ -33,6 +33,9 @@ build:
- git submodule update --remote --recursive --init
script:
- mvn $MAVEN_CLI_OPTS $MAVEN_BUILD_OPTS verify
artifacts:
paths:
- releng/org.fortiss.af3.update/target/repository/
test:
stage: test
......
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