We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c67b6 commit ecc0258Copy full SHA for ecc0258
.travis.yml
@@ -3,10 +3,11 @@ jdk:
3
- oraclejdk8
4
5
script:
6
- - unzip -q bin/lib.zip -d lambda-selenium-node/lib
+ - unzip -q bin/lib.zip -d lambda-selenium-node/
7
- 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
+ - cd lambda-selenium-node
+ - zip -q -r ../node_lambda_function.zip *
10
+ - cd ../lambda-selenium-java
11
- gradle clean unzipLibs shadowJar
12
- mv build/libs/lambda-selenium-all.jar ../java_lambda_function.zip
13
- cd ../
0 commit comments