Commit 8508195c authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-49' into 'master'

Update index.md

See merge request gitlab-org/gitlab-ce!26932
parents d0a1a9f1 18b05577
...@@ -4,6 +4,7 @@ author_gitlab: DylanGriffith ...@@ -4,6 +4,7 @@ author_gitlab: DylanGriffith
level: intermediate level: intermediate
article_type: tutorial article_type: tutorial
date: 2018-06-07 date: 2018-06-07
last_updated: 2019-04-08
description: "Continuous Deployment of a Spring Boot application to Cloud Foundry with GitLab CI/CD" description: "Continuous Deployment of a Spring Boot application to Cloud Foundry with GitLab CI/CD"
--- ---
...@@ -77,7 +78,10 @@ image: java:8 ...@@ -77,7 +78,10 @@ image: java:8
stages: stages:
- build - build
- deploy - deploy
before_script:
- chmod +x mvnw
build: build:
stage: build stage: build
script: ./mvnw package script: ./mvnw package
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment