Skip to content

Commit e884476

Browse files
authored
Bump default Atlas version to 7.0 (#717)
1 parent ebe98d0 commit e884476

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.evergreen/atlas/setup-atlas-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ done
6969
. $SCRIPT_DIR/atlas-utils.sh
7070

7171
# The cluster server version.
72-
export VERSION="${MONGODB_VERSION:-6.0}"
72+
export VERSION="${MONGODB_VERSION:-7.0}"
7373

7474
# Set the create cluster configuration.
7575
DEPLOYMENT_DATA=$(cat <<EOF

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ functions:
131131
params:
132132
working_dir: "src"
133133
script: |
134-
[ -f ${PROJECT_DIRECTORY}/${file} ] && bash ${PROJECT_DIRECTORY}/${file} || echo "${PROJECT_DIRECTORY}/${file} not available, skipping"
134+
[ -f ${PROJECT_DIRECTORY}/${file} ] && PROJECT=${project} bash ${PROJECT_DIRECTORY}/${file} || echo "${PROJECT_DIRECTORY}/${file} not available, skipping"
135135
136136
"upload docs" :
137137
- command: ec2.assume_role

0 commit comments

Comments
 (0)