Skip to content

Commit

Permalink
Bring egos back
Browse files Browse the repository at this point in the history
  • Loading branch information
comandeo-mongo committed Jun 26, 2023
1 parent 6845a44 commit 6367f1f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ functions:
git submodule update --init --recursive
"fetch egos":
- command: shell.exec
params:
working_dir: "src"
script: |
set -ex
curl -sfLo egos https://raw.githubusercontent.com/p-mongo/egos/master/egos
chmod +x ./egos
"create expansions":
# Make an evergreen exapanstion file with dynamic values
- command: shell.exec
Expand Down Expand Up @@ -272,8 +282,7 @@ functions:
DRIVER="${DRIVER}" \
I18N="${I18N}" \
TEST_I18N_FALLBACKS="${TEST_I18N_FALLBACKS}" \
FLE="${FLE}" \
.evergreen/run-tests-docker.sh
./egos .evergreen/run-tests-docker.sh
"fix absolute paths":
- command: shell.exec
Expand All @@ -296,6 +305,7 @@ functions:
pre:
- func: "fetch source"
- func: "fetch egos"
- func: "create expansions"
- func: "fix absolute paths"
- func: "install dependencies"
Expand Down

0 comments on commit 6367f1f

Please sign in to comment.