Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
RegionChooser
Commits
f08feb13
Commit
f08feb13
authored
5 years ago
by
Matthias Betz
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
fa16b571
Pipeline
#694
failed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-2
.gitlab-ci.yml
with
3 additions
and
2 deletions
+3
-2
.gitlab-ci.yml
+
3
-
2
View file @
f08feb13
variables
:
image
:
3.6.3-jdk-8
JAVA_HOME
:
"
/usr/lib/jvm/java-1.8.0-openjdk-amd64"
build
:
build
:
script
:
script
:
-
apt-get install openjfx
-
mvn package -B
-
mvn package -B
release
:
release
:
script
:
script
:
-
apt-get install openjfx
-
mvn package -B
-
mvn package -B
-
FILE=$(ls target/ | grep '\.zip$' | head -n 1)
-
FILE=$(ls target/ | grep '\.zip$' | head -n 1)
-
echo ${FILE}
-
echo ${FILE}
...
...
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