Thanks to visit codestin.com Credit goes to github.com
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 a439f84 commit 7f7b9ffCopy full SHA for 7f7b9ff
travis/update_website.sh
@@ -59,6 +59,9 @@ mkdir -p ./assets/java/${FOLDER}/webstart
59
cp -Rf ${TRAVIS_BUILD_DIR}/build/webstart/jar/* ./assets/java/${FOLDER}/webstart
60
cp -Rf ${TRAVIS_BUILD_DIR}/build/webstart/jnlp/* ./assets/java/${FOLDER}/webstart
61
62
+# Replace the empty codebase attribute with the fully qualified Web Start path.
63
+sed -i -- "s codebase=\"\" codebase=\"https://worldwind.arc.nasa.gov/java/${FOLDER}/webstart/\" g" ./assets/java/${FOLDER}/webstart/*.jnlp
64
+
65
# Commit and push the changes (quietly)
66
git add -f .
67
git commit -m "Updated assets from successful travis build $TRAVIS_BUILD_NUMBER in $TRAVIS_BRANCH"
0 commit comments