Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4848cb8

Browse files
Update buildspec.yml
1 parent 48e7075 commit 4848cb8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎buildspec.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ phases:
77
build:
88
commands:
99
- mvn clean package -DskipTests
10+
- cp target/devopsapp-1.0.0.jar app.jar
11+
- zip springboot-app.zip app.jar
1012

1113
artifacts:
1214
files:
13-
- target/*.jar
15+
- springboot-app.zip

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /