Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
CreatureChat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Public
CreatureChat
Commits
4f630baa
Commit
4f630baa
authored
May 06, 2024
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix syntax
parent
b1d42eb0
Pipeline
#12127
failed with stage
in 1 minute 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
4f630baa
...
@@ -12,9 +12,9 @@ stages:
...
@@ -12,9 +12,9 @@ stages:
build_mod
:
build_mod
:
stage
:
build
stage
:
build
before_script
:
before_script
:
-
export PATH=$JAVA_HOME/bin:$PATH
-
export PATH=$JAVA_HOME/bin:$PATH
-
java -version
-
java -version
script
:
script
:
-
|
-
|
declare -a versions=("1.20.3" "1.20.4" "1.20.5" "1.20.6")
declare -a versions=("1.20.3" "1.20.4" "1.20.5" "1.20.6")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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