Closed Bug 1399154 Opened 7 years ago Closed 7 years ago

TravisCI is unable to download ElasticSearch 2.4.5

Categories

(developer.mozilla.org Graveyard :: General, enhancement)

All
Other
enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jwhitlock, Unassigned)

Details

(Whiteboard: [specification][type:bug])

What did you do? ================ Submitted a PR, tested by TravisCI What happened? ============== The build failed when downloading ElasticSearch 2.4.5: https://travis-ci.org/mozilla/kuma/jobs/274628524 It was running the command: wget -q -O downloads/elasticsearch-2.4.5.tar.gz https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/ What should have happened? ========================== It should have downloaded the ES 2.4.5 tarball, and used this command: wget -q -O downloads/elasticsearch-2.4.5.tar.gz https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.4.5/elasticsearch-2.4.5.tar.gz Is there anything else we should know? ====================================== The env variable ES_VERSION was used to define the env variable ES_DOWNLOAD_URL. It appears TravisCI has changed the way it processes environment variables, and this method can't be used anymore.
Commits pushed to master at https://github.com/mozilla/kuma https://github.com/mozilla/kuma/commit/08af79c465e9c19c5637559d0d2ed61ce5704361 bug 1399154: Fix ES_DOWNLOAD_URL The env variable ES_VERSION was used to define the env variable ES_DOWNLOAD_URL. It appears TravisCI has changed the way it processes environment variables, and this method can't be used anymore. https://github.com/mozilla/kuma/commit/0dbf8a9bb9a5fad2f93bd0497a25195e49d72dad Merge pull request #4423 from jwhitlock/travis-es-url-1399154 bug 1399154: Fix ES_DOWNLOAD_URL
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.