Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NeqModPlus
Energy Components Catalog
Commits
286a790d
Commit
286a790d
authored
4 years ago
by
Kai-Holger Brassel
Browse files
Options
Download
Email Patches
Plain Diff
First build script
parent
ec1c139b
master
No related merge requests found
Pipeline
#2406
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+19
-0
.gitlab-ci.yml
with
19 additions
and
0 deletions
+19
-0
.gitlab-ci.yml
0 → 100644
+
19
-
0
View file @
286a790d
variables
:
RELEASE_DIR
:
"
public/release_target_101"
pages
:
stage
:
deploy
tags
:
-
docker
# use shared runner
image
:
maven:3.6.3-adoptopenjdk-15
script
:
-
mvn --version
-
mvn clean install
# build p2 repo
-
rm -rf public
-
mkdir -p public
-
cp de.hftstuttgart.energycomonents.application.product.target/products/*.zip public
artifacts
:
paths
:
-
public
only
:
-
master
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets