Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #339 from LiskHQ/338-redis-cwd
Browse files Browse the repository at this point in the history
Create redis working directory - Closes #338
  • Loading branch information
Nazgolze committed Oct 8, 2018
2 parents 9130919 + c5f8dad commit b955807
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ if [ ! -f "$BUILD_NAME/finished" ]; then
# copy redis binaries
cp -f "$REDIS_SERVER_DIR/src/$REDIS_SERVER_OUT" "$BUILD_NAME/bin/$REDIS_SERVER_OUT"
cp -f "$REDIS_SERVER_DIR/src/$REDIS_SERVER_CLI" "$BUILD_NAME/bin/$REDIS_SERVER_CLI"
# create redis workding directory
mkdir -p "$BUILD_NAME/redis"

# copy jq binary
cp -f "$JQ_DIR/$JQ_OUT" "$BUILD_NAME/bin/$JQ_OUT"
Expand Down

0 comments on commit b955807

Please sign in to comment.