Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
BC-7461 - upgrade mongodb to v6 on ubuntu installation (#455)
Browse files Browse the repository at this point in the history
* upgrade mongodb to v6 on ubuntu installation

* install public key for mongo

* remove mongo install on base machine

we have it via docker-compose, install mongo here is not needed

---------

Co-authored-by: MartinSchuhmacher <[email protected]>
  • Loading branch information
virgilchiriac and MartinSchuhmacher authored Jul 11, 2024
1 parent de99324 commit c4416ed
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/e2e_call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@ jobs:
with:
name: report
path: end-to-end-tests/reports


1 change: 0 additions & 1 deletion .github/workflows/e2e_management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ jobs:
with:
ref: ${{ github.ref }}
e2e_tag: management

1 change: 0 additions & 1 deletion .github/workflows/e2e_navi_user_settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ jobs:
with:
ref: ${{ github.ref }}
e2e_tag: navi_user_settings

1 change: 0 additions & 1 deletion .github/workflows/e2e_tasks_and_other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ jobs:
with:
ref: ${{ github.ref }}
e2e_tag: tasks_and_other

6 changes: 2 additions & 4 deletions scripts/ci/fetch.github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@
set -e

# install dependencies
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv B00A0BD1E2C63C11
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/5.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb.list
sudo apt update
sudo apt install -y apt-transport-https ca-certificates curl git mongodb-database-tools
sudo apt-get -y install gnupg apt-transport-https ca-certificates curl git
sudo apt-get update

if [[ -z "$BRANCH_NAME" ]]; then
echo "Must provide BRANCH_NAME in environment"
Expand Down

0 comments on commit c4416ed

Please sign in to comment.