From e2d406e367ed876109f7fa27671557e89c15fc5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 19:56:03 +0000 Subject: [PATCH 1/3] Bump commons-io from 2.6 to 2.7 in /cello-webapp Bumps commons-io from 2.6 to 2.7. Signed-off-by: dependabot[bot] --- cello-webapp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cello-webapp/pom.xml b/cello-webapp/pom.xml index c5509f4..ea01879 100644 --- a/cello-webapp/pom.xml +++ b/cello-webapp/pom.xml @@ -130,7 +130,7 @@ commons-io commons-io - 2.6 + 2.7 org.apache.commons From d45195823a501ff6f94d88723f9a089e4c145d86 Mon Sep 17 00:00:00 2001 From: George Date: Mon, 12 Sep 2022 11:30:44 -0600 Subject: [PATCH 2/3] Update readme to test build --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 82469e7..73c831d 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Download and install Docker. Pull and run the image: docker run --rm -p 8080:8080 -v /local/path/to/db:/data/db -v /local/path/to/users:/root/users -v /local/path/to/resources:/root/resources -t cidarlab/cello-webapp + Note the two `/local/path/to` directories. You will need to replace these with folders on your machine of your choosing. You can omit these `-v` clauses, but then the user database and projects storage will be destroyed when you stop the container. From af33661c0ea75ae0d257ae00d7cf320f0ac3039b Mon Sep 17 00:00:00 2001 From: George Date: Mon, 12 Sep 2022 11:40:43 -0600 Subject: [PATCH 3/3] Test with updating Travis-CI build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index de3a6b3..24ec1a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ branches: only: - develop - master + - update-pr-12-test-build os: - linux - osx