Skip to content

Commit ecc0258

Browse files
author
Kurt Waechter
committed
Travis Update
Zips are corrupt, using workaround to create good ones.
1 parent b8c67b6 commit ecc0258

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ jdk:
33
- oraclejdk8
44

55
script:
6-
- unzip -q bin/lib.zip -d lambda-selenium-node/lib
6+
- unzip -q bin/lib.zip -d lambda-selenium-node/
77
- unzip -q bin/node_modules.zip -d lambda-selenium-node/node_modules
8-
- zip -q -r node_lambda_function.zip lambda-selenium-node/*
9-
- cd lambda-selenium-java
8+
- cd lambda-selenium-node
9+
- zip -q -r ../node_lambda_function.zip *
10+
- cd ../lambda-selenium-java
1011
- gradle clean unzipLibs shadowJar
1112
- mv build/libs/lambda-selenium-all.jar ../java_lambda_function.zip
1213
- cd ../

0 commit comments

Comments
 (0)