We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cfd49e commit edf2d6cCopy full SHA for edf2d6c
1 file changed
.evergreen/.evg.yml
@@ -128,7 +128,7 @@ functions:
128
working_dir: "src"
129
script: |
130
${PREPARE_SHELL}
131
- [ -f ${PROJECT_DIRECTORY}/${file} ] && sh ${PROJECT_DIRECTORY}/${file} || echo "${PROJECT_DIRECTORY}/${file} not available, skipping"
+ ${PROJECT_DIRECTORY}/${file}
132
133
"upload mo artifacts":
134
- command: shell.exec
0 commit comments