Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
01e05e84a3 | ||
|
|
4c0a9e662b | ||
|
|
f409dda628 | ||
|
|
e556c12c41 | ||
|
|
d4bf242536 | ||
|
|
25fc28a20b |
+16
@@ -0,0 +1,16 @@
|
||||
kind: pipeline
|
||||
name: Test
|
||||
type: docker
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: golang
|
||||
commands:
|
||||
- go test
|
||||
- go build
|
||||
|
||||
- name: publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: octocat/hello-world
|
||||
tags: [ latest, 1.0, 1 ]
|
||||
@@ -1,5 +1,7 @@
|
||||
# This is a test
|
||||
|
||||
[](http://192.168.121.12/imri/Test)
|
||||
|
||||
## Let's do some changes here :D
|
||||
|
||||
|
||||
@@ -49,4 +51,4 @@ The removal of the file from the head revision will happen on the next commit.
|
||||
|
||||
**WARNING: While this will not remove the physical file from your local machine, it will remove the files from other developers' machines on their next `git pull`.**
|
||||
|
||||
https://stackoverflow.com/a/1274447/1148529
|
||||
https://stackoverflow.com/a/1274447/1148529
|
||||
|
||||
Reference in New Issue
Block a user