From 5c4950876dccc288bcbc4158b137ba145659ae63 Mon Sep 17 00:00:00 2001 From: Vikram Fugro Date: Mon, 2 Sep 2019 11:11:29 +0200 Subject: [PATCH 1/4] Update helloworld.sh --- helloworld.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/helloworld.sh b/helloworld.sh index 79a32fd6..0b5096e7 100644 --- a/helloworld.sh +++ b/helloworld.sh @@ -1,2 +1,3 @@ #!/bin/sh echo "Hello, world!" +echo "The time is $(date)." From c308846ae6cda1b95aad1f5e75f9c7b0bfb96cd8 Mon Sep 17 00:00:00 2001 From: Vikram Fugro Date: Mon, 2 Sep 2019 11:23:15 +0200 Subject: [PATCH 2/4] rm dockerfile --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index b5b30924..00000000 --- a/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM alpine -COPY helloworld.sh / -CMD ["/helloworld.sh"] From 051c8f28102c5ffb97aace058a02cc8823e38e98 Mon Sep 17 00:00:00 2001 From: Vikram Fugro Date: Mon, 2 Sep 2019 11:43:51 +0200 Subject: [PATCH 3/4] second --- cloudbuild.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cloudbuild.yaml diff --git a/cloudbuild.yaml b/cloudbuild.yaml new file mode 100644 index 00000000..328535f0 --- /dev/null +++ b/cloudbuild.yaml @@ -0,0 +1,3 @@ +steps: +- name: 'ubuntu' + args: ['bash', '-c', 'ls'] From ab49899a162172bdd9db86b2ad6a13edbdfe3aa8 Mon Sep 17 00:00:00 2001 From: Vikram Fugro Date: Mon, 2 Sep 2019 12:13:00 +0200 Subject: [PATCH 4/4] test2 --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 328535f0..35be3bcf 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -1,3 +1,3 @@ steps: - name: 'ubuntu' - args: ['bash', '-c', 'ls'] + args: ['bash', '-c', 'date']