Signed-off-by: Bill Erickson <berickxx@gmail.com>
# Put client server files under the build-id specific directory
# so we can track each build individually. A symlink from the
# series (if set) to the latest build is set later.
- sudo make STAFF_CLIENT_STAMP_ID="$CLIENT_BUILD_ID" install > /dev/null
+ sudo make STAFF_CLIENT_STAMP_ID="$CLIENT_BUILD_ID" \
+ STAFF_CLIENT_VERSION="$CLIENT_BUILD_ID" install > /dev/null
# recover ownership of repo files after sudo/install
sudo chown -R $OWNER:$OWNER $EVERGREEN_BASE