Commit 18b05577 authored by Mohamed El-Feky's avatar Mohamed El-Feky Committed by Achilleas Pipinellis

Update index.md

added `before_script`
as it failed to build maven due to insufficient permissions
parent d0a1a9f1
......@@ -4,6 +4,7 @@ author_gitlab: DylanGriffith
level: intermediate
article_type: tutorial
date: 2018-06-07
last_updated: 2019-04-08
description: "Continuous Deployment of a Spring Boot application to Cloud Foundry with GitLab CI/CD"
---
......@@ -77,7 +78,10 @@ image: java:8
stages:
- build
- deploy
before_script:
- chmod +x mvnw
build:
stage: build
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