Skip to content

Commit 92612dc

Browse files
committed
Fix vss war name for vss-server binary in CI.
1 parent 6be51c6 commit 92612dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vss-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
./gradlew --version
6969
./gradlew build
7070
71-
docker cp app/build/libs/app-1.0.war tomcat:/usr/local/tomcat/webapps/vss.war
71+
docker cp app/build/libs/vss-1.0.war tomcat:/usr/local/tomcat/webapps/vss.war
7272
cd ../
7373
- name: Run VSS Integration tests against vss-instance.
7474
run: |

0 commit comments

Comments
 (0)