Skip to content

Commit c673511

Browse files
committed
Merge branch 'dev' of https://github.com/zhoutaoo/SpringCloud into dev
* 'dev' of https://github.com/zhoutaoo/SpringCloud: Update .rancher-pipeline.yml file Update .rancher-pipeline.yml file Create .rancher-pipeline.yml file
2 parents 757d6ec + 8ea0ec6 commit c673511

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.rancher-pipeline.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
stages:
2+
- name: Compile
3+
steps:
4+
- runScriptConfig:
5+
image: java:8
6+
shellScript: mvn compile
7+
timeout: 60
8+
notification: {}

0 commit comments

Comments
 (0)