Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
webhook-test-zsy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张思远
webhook-test-zsy
Commits
4f775fb6
Commit
4f775fb6
authored
Dec 22, 2023
by
张思远
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a
parent
1e4f28eb
Pipeline
#181
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
23 deletions
+14
-23
.gitlab-ci.yml
.gitlab-ci.yml
+14
-23
No files found.
.gitlab-ci.yml
View file @
4f775fb6
...
...
@@ -6,27 +6,18 @@ build-job:
tags
:
-
test
# test-job1:
# stage: test
# script:
# - echo "This job tests something"
# tags:
# - test
# test-job2:
# stage: test
# script:
# - echo "This job tests something, but takes more time than test-job1."
# - echo "After the echo commands complete, it runs the sleep command for 20 seconds"
# - echo "which simulates a test that runs 20 seconds longer than test-job1"
# - sleep 20
# tags:
# - test
test-job1
:
stage
:
test
script
:
-
cd R:\Website\zsy_dev.cysq.com\webhook-test-zsy
-
git pull
tags
:
-
test
#
deploy-prod:
#
stage: deploy
#
script:
# - echo "This job deploys something from the 1"
# environment: production
#
tags:
#
- test
deploy-prod
:
stage
:
deploy
script
:
-
cd R:\Website\zsy_dev.cysq.com\webhook-test-zsy
-
git pull
tags
:
-
test
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