Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
7e029215
Commit
7e029215
authored
Apr 23, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改镜像地址和文件内链接
parent
00b98044
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
.beagle.yml
.beagle.yml
+5
-5
config/index.js
config/index.js
+3
-3
package.json
package.json
+1
-1
No files found.
.beagle.yml
View file @
7e029215
...
@@ -29,7 +29,7 @@ pipeline:
...
@@ -29,7 +29,7 @@ pipeline:
volumes
:
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
-
/var/run/docker.sock:/var/run/docker.sock
base
:
registry.cn-qingdao.aliyuncs.com/wod/nginx:1.15.9-alpine
base
:
registry.cn-qingdao.aliyuncs.com/wod/nginx:1.15.9-alpine
repo
:
apaas
/apaas-ui-new
repo
:
apaas
-v3/apaas-v3-ui
version
:
1.0.0
version
:
1.0.0
channel
:
alpha
channel
:
alpha
registry
:
hub.wodcloud.com
registry
:
hub.wodcloud.com
...
@@ -40,16 +40,16 @@ pipeline:
...
@@ -40,16 +40,16 @@ pipeline:
volumes
:
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
-
/var/run/docker.sock:/var/run/docker.sock
base
:
registry.cn-qingdao.aliyuncs.com/wod/nginx:1.15.9-alpine
base
:
registry.cn-qingdao.aliyuncs.com/wod/nginx:1.15.9-alpine
repo
:
apaas
/apaas-ui-new
repo
:
apaas
-v3/apaas-v3-ui
version
:
1.0.0
version
:
1.0.0
registry
:
hub.wodcloud.com
registry
:
hub.wodcloud.com
when
:
when
:
branch
:
master
branch
:
master
deploy
:
deploy
:
image
:
registry.cn-qingdao.aliyuncs.com/wod-devops/kubernetes:1.0
image
:
registry.cn-qingdao.aliyuncs.com/wod-devops/kubernetes:1.0
namespace
:
apaas
namespace
:
apaas
-v3
deployment
:
apaas-
ui-new
deployment
:
apaas-
v3-ui
container
:
apaas-
ui-new
container
:
apaas-
v3-ui
registry
:
hub.wodcloud.com
registry
:
hub.wodcloud.com
branches
:
[
master
,
dev
]
branches
:
[
master
,
dev
]
config/index.js
View file @
7e029215
...
@@ -51,12 +51,12 @@ module.exports = {
...
@@ -51,12 +51,12 @@ module.exports = {
build
:
{
build
:
{
// Template for index.html
// Template for index.html
index
:
path
.
resolve
(
__dirname
,
"
../dist/apaas/
new
/index.html
"
),
index
:
path
.
resolve
(
__dirname
,
"
../dist/apaas/
v3
/index.html
"
),
// Paths
// Paths
assetsRoot
:
path
.
resolve
(
__dirname
,
"
../dist/apaas/
new
"
),
assetsRoot
:
path
.
resolve
(
__dirname
,
"
../dist/apaas/
v3
"
),
assetsSubDirectory
:
"
static
"
,
assetsSubDirectory
:
"
static
"
,
assetsPublicPath
:
"
/apaas/
new
/
"
,
assetsPublicPath
:
"
/apaas/
v3
/
"
,
/**
/**
* Source Maps
* Source Maps
...
...
package.json
View file @
7e029215
{
{
"name"
:
"apaas-
ui-new
"
,
"name"
:
"apaas-
v3-ui
"
,
"version"
:
"1.0.0"
,
"version"
:
"1.0.0"
,
"description"
:
"A Vuetify.js Project Manage Kubernetes"
,
"description"
:
"A Vuetify.js Project Manage Kubernetes"
,
"author"
:
"shucheng <shucheng@bd-apaas.com>"
,
"author"
:
"shucheng <shucheng@bd-apaas.com>"
,
...
...
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