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
cbbebe52
Commit
cbbebe52
authored
Jun 12, 2024
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing gitlab ci tag
parent
e1524007
Pipeline
#12449
passed with stages
in 3 minutes 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+4
-4
No files found.
.gitlab-ci.yml
View file @
cbbebe52
...
...
@@ -65,17 +65,17 @@ build_mod:
-
minecraft
# Optional test (gpt 3.5)
test_gpt_35
:
gpt-3.5-turbo
:
stage
:
test
script
:
-
echo "Running tests with `gpt-3.5-turbo`"
-
./gradlew test
when
:
manual
tags
:
-
tes
t
-
minecraf
t
# Optional test (gpt 4o)
test_gpt_
4o
:
gpt-
4o
:
stage
:
test
script
:
-
echo "Running tests with `gpt-4o`"
...
...
@@ -83,7 +83,7 @@ test_gpt_4o:
-
./gradlew test
when
:
manual
tags
:
-
tes
t
-
minecraf
t
# Deploy to Modrinth
Modrinth
:
...
...
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