Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
customer-recall
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tools
customer-recall
Commits
c52295cf
Commit
c52295cf
authored
Aug 15, 2025
by
yiling.shen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add working GitLab CI configuration - basic build and test stages
parent
e65f0f59
Pipeline
#3183
failed in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
19 deletions
+7
-19
.gitlab-ci.yml
+7
-19
No files found.
.gitlab-ci.yml
View file @
c52295cf
stages
:
-
deploy
-
build
-
test
deploy_to_production
:
stage
:
deploy
image
:
alpine:latest
tags
:
-
jarvis
only
:
-
master
build
:
stage
:
build
script
:
-
echo "Starting production deployment"
-
echo "Deployment completed"
-
echo "Building project"
simple_
test
:
test
:
stage
:
test
image
:
alpine:latest
tags
:
-
jarvis
only
:
-
master
script
:
-
echo "Starting test"
-
echo "Test successful"
\ No newline at end of file
-
echo "Running tests"
\ No newline at end of file
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