Skip to content

Commit

Permalink
Added readies submodule (#1600)
Browse files Browse the repository at this point in the history
* Added readies submodule

* fixes 1
  • Loading branch information
rafie committed Feb 27, 2021
1 parent ebea927 commit efbfeaf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Expand Up @@ -30,7 +30,7 @@ commands:
- run:
name: Setup automation
command: |
(mkdir -p deps; cd deps; git clone https://github.com/RedisLabsModules/readies.git)
git submodule update --init deps/readies
./deps/readies/bin/getpy3
load-cached-deps:
Expand Down Expand Up @@ -65,14 +65,11 @@ commands:
name: Fetch submodules
command: |
git submodule update --init --recursive
- setup-automation

- run:
name: Install prerequisites
command: |
./sbin/system-setup.py
- run:
name: Setup locale
command: |
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -13,3 +13,6 @@
[submodule "deps/googletest"]
path = deps/googletest
url = https://github.com/google/googletest.git
[submodule "deps/readies"]
path = deps/readies
url = https://github.com/RedisLabsModules/readies.git
5 changes: 0 additions & 5 deletions Dockerfile
Expand Up @@ -31,11 +31,6 @@ COPY --from=redis /usr/local/ /usr/local/
ADD ./ /build

# Set up a build environment
RUN if [ ! -d ./deps/readies ]; then \
mkdir -p deps ;\
cd deps ;\
git clone https://github.com/RedisLabsModules/readies.git ;\
fi
RUN ./deps/readies/bin/getpy3
RUN ./sbin/system-setup.py

Expand Down
1 change: 1 addition & 0 deletions deps/readies
Submodule readies added at 8ce5f6

0 comments on commit efbfeaf

Please sign in to comment.