1
This commit is contained in:
@@ -13,7 +13,8 @@ pipeline:
|
|||||||
repo: 995121555896.dkr.ecr.us-east-1.amazonaws.com/cloudlock/test-sit-ci-built-svc
|
repo: 995121555896.dkr.ecr.us-east-1.amazonaws.com/cloudlock/test-sit-ci-built-svc
|
||||||
dockerfile: ./Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
context: .
|
context: .
|
||||||
storage_driver: "aufs"
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
IMAGE:
|
IMAGE:
|
||||||
|
|||||||
2
main.go
2
main.go
@@ -8,5 +8,5 @@ func main() {
|
|||||||
|
|
||||||
// HelloWorld is a function that returns a string containing "hello world".
|
// HelloWorld is a function that returns a string containing "hello world".
|
||||||
func HelloWorld() string {
|
func HelloWorld() string {
|
||||||
return "hello world"
|
return "hello joseph"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user