Skip to content

Commit b5929fa

Browse files
authored
Update buildspec.yml
1 parent 4848cb8 commit b5929fa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

buildspec.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ 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
12-
10+
- cp target/devopsapp-1.0.0.jar application.jar
1311
artifacts:
1412
files:
15-
- springboot-app.zip
13+
- application.jar

0 commit comments

Comments
 (0)