File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
cookbooks/travis_ci_ubuntu_2204 Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -192,11 +192,12 @@ provisioners:
192
192
# - "find /etc/systemd -type f -o -type l"
193
193
# # - "rm -v /etc/systemd/system/network-online.target.wants/networking.service"
194
194
# # - "rm -v /etc/systemd/system/multi-user.target.wants/networking.service"
195
- - type : shell
196
- inline : " sudo chown -R couchdb:couchdb /opt/couchdb/"
197
- - type : shell
198
- inline : " ls -lah /opt/couchdb/"
199
- - type : shell
195
+ # STILL ISSUE WITH COUCHDB 2024
196
+ # - type: shell
197
+ # inline: "sudo chown -R couchdb:couchdb /opt/couchdb/"
198
+ # - type: shell
199
+ # inline: "ls -lah /opt/couchdb/"
200
+ # - type: shell
200
201
scripts :
201
202
- packer-scripts/create-image-metadata-tarball
202
203
environment_vars :
Original file line number Diff line number Diff line change 113
113
114
114
override [ 'travis_packer_templates' ] [ 'job_board' ] [ 'features' ] = %w[
115
115
basic
116
- # couchdb
117
116
disabled-ipv6
118
117
docker
119
118
docker-compose
Original file line number Diff line number Diff line change 61
61
# TODO: Uncomment when cassandra works on Java 8 again
62
62
# https://github.com/travis-ci/packer-templates/issues/589
63
63
# include_recipe 'travis_build_environment::cassandra'
64
- include_recipe 'travis_build_environment::couchdb'
64
+ # include_recipe 'travis_build_environment::couchdb'
65
65
include_recipe 'travis_build_environment::git'
66
66
include_recipe 'travis_build_environment::elasticsearch'
67
67
include_recipe 'travis_build_environment::xserver'
Original file line number Diff line number Diff line change @@ -114,9 +114,9 @@ commands:
114
114
name : default ruby version
115
115
- command : python --version
116
116
name : default python version
117
- - command : couchdb -V
118
- name : CouchDB version
119
- pipe : perl -n -e '/CouchDB ([\d\.]+)/ && {print "couchdb $1\n"}'
117
+ # - command: couchdb -V
118
+ # name: CouchDB version
119
+ # pipe: perl -n -e '/CouchDB ([\d\.]+)/ && {print "couchdb $1\n"}'
120
120
- name : ElasticSearch version
121
121
port : 9200
122
122
command : curl localhost:9200
You can’t perform that action at this time.
0 commit comments