Skip to content

Commit c1e925b

Browse files
committed
Moving log use to before app as per feedback
1 parent a4ac3c8 commit c1e925b

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: ./startcb.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)