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
Indriya P2
Commits
c7491530
Commit
c7491530
authored
4 years ago
by
Kai-Holger Brassel
Browse files
Options
Download
Email Patches
Plain Diff
Keep old version when creating a new one
parent
0f6d3d26
master
Pipeline
#4741
passed with stage
in 58 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
.gitlab-ci.yml
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
+
4
-
4
View file @
c7491530
variables
:
RELEASE_DIR
:
"
release_target_211"
RELEASE_DIR
:
"
public/
release_target_211"
pages
:
stage
:
deploy
...
...
@@ -9,9 +9,9 @@ pages:
script
:
-
mvn --version
-
mvn clean install
# build p2 repo
-
rm -rf
public
-
mkdir -p
"public/
$RELEASE_DIR
"
-
cp -r de.hft-stuttgart.indriya.p2site/target/repository/*
"public/
$RELEASE_DIR
"
-
rm -rf
$RELEASE_DIR
-
mkdir -p $RELEASE_DIR
-
cp -r de.hft-stuttgart.indriya.p2site/target/repository/* $RELEASE_DIR
artifacts
:
paths
:
-
public
...
...
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