Skip to content

Commit 880aa09

Browse files
Denis RosaDenis Rosa
authored andcommitted
fixes
1 parent bb61902 commit 880aa09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitpod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ image:
44
tasks:
55
- name: Start Couchbase
66
command: cd /opt/couchbase/ && ./start-cb.sh
7+
- name: Log use
8+
command: curl -s 'https://da-demo-images.s3.amazonaws.com/runItNow_outline.png?couchbase-example=java-springboot-quickstart-repo&source=gitpod' > /dev/null
79
- name: Start app
810
init: ./mvnw package -DskipTests
911
command: java -jar target/*.jar
10-
- name: Log use
11-
command: curl -s 'https://da-demo-images.s3.amazonaws.com/runItNow_outline.png?couchbase-example=java-springboot-quickstart-repo&source=gitpod' > /dev/null
1212
# exposed ports
1313
ports:
1414
- port: 8080

0 commit comments

Comments
 (0)