Skip to content

Commit

Permalink
Merge pull request #92 from jburel/remove_ubuntu1804
Browse files Browse the repository at this point in the history
Remove ubuntu1804
  • Loading branch information
jburel committed Dec 8, 2023
2 parents c56436b + 714c7a8 commit b9dd160
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 288 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
os: [centos7, ubuntu1804, ubuntu2004, ubuntu2204, debian10, rockylinux9]
os: [centos7, ubuntu2004, ubuntu2204, debian10, rockylinux9]
websession: [true, false]
webprefix: ["", "/omero"]
steps:
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ ansible/*.retry
ansible/.DS_Store
**/omeroweb-install-*
**/centos7*/**
**/centos8*/**
**/ubuntu1804-*/**
**/ubuntu2004-*/**
**/ubuntu2204-*/**
**/debian10-*/**
Expand Down
10 changes: 0 additions & 10 deletions .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ if [[ ${TRAVIS_OS_NAME:-} == 'linux' ]]; then
sudo /tmp/$current_dir/omeroweb-install-debian10-ice${ICEVER}
fi
;;
ubuntu1804)
if ${ANSIBLE:-false} ; then
./test/docker-build-ansible.sh
else
current_dir=${PWD##*/}
mv `pwd` /tmp/
chmod 755 -R /tmp/$current_dir
sudo /tmp/$current_dir/omeroweb-install-ubuntu1804-ice${ICEVER}
fi
;;
ubuntu2004)
if ${ANSIBLE:-false} ; then
./test/docker-build-ansible.sh
Expand Down
51 changes: 0 additions & 51 deletions ansible/group_vars/ubuntu1804-ice3.6

This file was deleted.

5 changes: 0 additions & 5 deletions ansible/hosts/ubuntu1804-ice3.6

This file was deleted.

23 changes: 0 additions & 23 deletions ansible/templates/ubuntu1804/daemon.sh.j2

This file was deleted.

18 changes: 0 additions & 18 deletions ansible/templates/ubuntu1804/deps.sh.j2

This file was deleted.

11 changes: 0 additions & 11 deletions ansible/templates/ubuntu1804/deps_ice3.6.sh.j2

This file was deleted.

17 changes: 0 additions & 17 deletions ansible/templates/ubuntu1804/deps_web_session.sh.j2

This file was deleted.

19 changes: 0 additions & 19 deletions ansible/templates/ubuntu1804/nginx.sh.j2

This file was deleted.

76 changes: 0 additions & 76 deletions ansible/templates/ubuntu1804/omero-web-init.d.j2

This file was deleted.

21 changes: 0 additions & 21 deletions ansible/templates/ubuntu1804/run.sh.j2

This file was deleted.

34 changes: 0 additions & 34 deletions test/Dockerfile_ubuntu1804

This file was deleted.

0 comments on commit b9dd160

Please sign in to comment.