feat:提交测试
This commit is contained in:
@@ -1,14 +1,5 @@
|
|||||||
stages:
|
stages:
|
||||||
- build
|
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
|
|
||||||
build:
|
|
||||||
stage: build
|
|
||||||
tags:
|
|
||||||
- build
|
|
||||||
script:
|
|
||||||
- echo "我是 build"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -21,7 +12,7 @@ pages: # job 的名称必须要是 pages
|
|||||||
|
|
||||||
script: # 生成站点
|
script: # 生成站点
|
||||||
- mkdir public
|
- mkdir public
|
||||||
- cp index.html public/index.html
|
- cp *.md public/
|
||||||
artifacts: # 制品
|
artifacts: # 制品
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
<a>
|
|
||||||
asdfasdfasd
|
|
||||||
</a>
|
|
||||||
Reference in New Issue
Block a user