Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
075b8eb2
Commit
075b8eb2
authored
Dec 16, 2024
by
杨思琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
d0976f2a
Pipeline
#94676
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
.gitlab-ci.yml
.gitlab-ci.yml
+9
-9
No files found.
.gitlab-ci.yml
View file @
075b8eb2
variables
:
TARGET_REPO_2021
:
"
G
:/CIV_CI/CivWebPublish2021_CivManage/CivWebPublish2021/"
TARGET_REPO_Solution
:
"
G
:/CIV_CI/PandaSolution/civmanage/"
TEMP_DIR
:
"
G
:/CIV_CI/tempV1/civmanage/"
TARGET_REPO_2021
:
"
F
:/CIV_CI/CivWebPublish2021_CivManage/CivWebPublish2021/"
TARGET_REPO_Solution
:
"
F
:/CIV_CI/PandaSolution/civmanage/"
TEMP_DIR
:
"
F
:/CIV_CI/tempV1/civmanage/"
GIT_STRATEGY
:
'
fetch'
GIT_CHECKOUT
:
'
false'
...
...
@@ -17,7 +17,7 @@ stages:
checkout
:
stage
:
checkout
tags
:
-
civ
_manage_128
-
civ
manage
variables
:
GIT_CHECKOUT
:
'
true'
script
:
...
...
@@ -29,7 +29,7 @@ checkout:
install
:
stage
:
install
tags
:
-
civ
_manage_128
-
civ
manage
script
:
-
npm -v
-
npm run init
...
...
@@ -40,11 +40,11 @@ install:
package
:
stage
:
package
tags
:
-
civ
_manage_128
-
civ
manage
script
:
-
echo "${CI_PROJECT_DIR}"
-
git pull origin master
-
npm run build --releasepath=
G
:\\CIV_CI\\tempV1
-
npm run build --releasepath=
F
:\\CIV_CI\\tempV1
#- npm run build --releasepath=../CivWebPublish2021
allow_failure
:
false
...
...
@@ -57,7 +57,7 @@ push_2021:
GIT_STRATEGY
:
none
stage
:
push
tags
:
-
civ
_manage_128
-
civ
manage
script
:
-
'
cd
"${TARGET_REPO_2021}"'
-
'
git
reset
--hard
head'
...
...
@@ -79,7 +79,7 @@ push_solution:
GIT_STRATEGY
:
none
stage
:
push
tags
:
-
civ
_manage_128
-
civ
manage
script
:
-
'
cd
"${TARGET_REPO_Solution}"'
-
'
git
reset
--hard
head'
...
...
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