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
Eric Duminil
RegionChooser
Commits
b1dd104e
Commit
b1dd104e
authored
5 years ago
by
Matthias Betz
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
b334b011
master
develop
migrate_to_Java11
0.2.2
0.1.0
No related merge requests found
Pipeline
#279
passed with stage
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
.gitlab-ci.yml
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
+
3
-
3
View file @
b1dd104e
...
...
@@ -9,10 +9,10 @@ variables:
release
:
script
:
-
mvn package -B
-
echo "create release"
-
ls target/ | grep '\.zip$' | head -n
1
-
FILE= ls target/ | grep *.zip | head -n
1
-
FILE= ls target/ | grep '\.zip$' | head -n
1
-
echo $FILE
-
echo $CI_PROJECT_ID
-
echo $CI_COMMIT_TAG
only
:
refs
:
-
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