Skip to content

Commit

Permalink
update sys
Browse files Browse the repository at this point in the history
  • Loading branch information
lixueping committed Aug 22, 2022
1 parent 7c8917c commit 0d291e4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"makefile.extensionOutputFolder": "./.vscode"
}
24 changes: 12 additions & 12 deletions devopsxp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,20 +109,20 @@ hooks: # 消息发送 全局一个 可以一次发送所有结果到多个渠道
stage: # 注册的可执行流程步骤
- build
config: # 详细配置信息
- include: ./yaml/user.yaml
name: user测试
- include: ./yaml/shell.yaml
name: shell测试
- include: ./yaml/copy.yaml
name: copy测试
# - include: ./yaml/user.yaml
# name: user测试
# - include: ./yaml/shell.yaml
# name: shell测试
# - include: ./yaml/copy.yaml
# name: copy测试
- include: ./yaml/image.yaml
name: image测试
- include: ./yaml/template.yaml
name: template测试
- include: ./yaml/systemd.yaml
name: systemd测试
- include: ./yaml/k8s.yaml
name: k8s pipeline测试
# - include: ./yaml/template.yaml
# name: template测试
# - include: ./yaml/systemd.yaml
# name: systemd测试
# - include: ./yaml/k8s.yaml
# name: k8s pipeline测试
- stage: test
name: Demo测试
shell: echo 'This is Demo Test!'
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require (
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
golang.org/x/sys v0.0.0-20201126233918-771906719818 // indirect
golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,8 @@ golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7w
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20201126233918-771906719818 h1:f1CIuDlJhwANEC2MM87MBEVMr3jl5bifgsfj90XAF9c=
golang.org/x/sys v0.0.0-20201126233918-771906719818/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 h1:Sx/u41w+OwrInGdEckYmEuU5gHoGSL4QbDz3S9s6j4U=
golang.org/x/sys v0.0.0-20220818161305-2296e01440c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
Expand Down

0 comments on commit 0d291e4

Please sign in to comment.