Skip to content

Commit

Permalink
Merge pull request #42 from joshmoore/dropbox
Browse files Browse the repository at this point in the history
Re-activate dropbox test
  • Loading branch information
joshmoore committed Jan 15, 2020
2 parents 8da8e34 + 871e819 commit 874f644
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -9,10 +9,10 @@ WORKDIR /opt/setup
ADD playbook.yml requirements.yml /opt/setup/

RUN yum -y install epel-release \
&& yum -y install ansible sudo git \
&& yum -y install ansible sudo \
&& ansible-galaxy install -p /opt/setup/roles -r requirements.yml

ARG OMERO_VERSION=5.6.0-rc1
ARG OMERO_VERSION=5.6.0
ARG OMEGO_ADDITIONAL_ARGS=
ENV OMERODIR=/opt/omero/server/OMERO.server/
RUN ansible-playbook playbook.yml \
Expand Down
1 change: 1 addition & 0 deletions playbook.yml
Expand Up @@ -9,3 +9,4 @@
omero_server_virtualenv: True
omero_server_python3: True
omero_server_python3_replace_omero: False
postgresql_version: "11"
7 changes: 3 additions & 4 deletions requirements.yml
Expand Up @@ -13,8 +13,7 @@
version: 0.3.2

- name: ome.omero_server
src: https://github.com/ome/ansible-role-omero-server/archive/6617b30a270dc1ca53d8ce1818fb8cbf1857ad3a.tar.gz
version: 6617b30a270dc1ca53d8ce1818fb8cbf1857ad3a
version: 3.0.0

- src: ome.postgresql
version: 3.3.1
- name: ome.postgresql
version: 4.0.0
3 changes: 1 addition & 2 deletions test.sh
Expand Up @@ -42,8 +42,7 @@ bash test_login.sh
sleep 60
# Now that we know the server is up, test Dropbox

## FIXME: disabling until 5.6.dev1 is included
## bash test_dropbox.sh
bash test_dropbox.sh

# And Processor (slave-1)
bash test_processor.sh

0 comments on commit 874f644

Please sign in to comment.