We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae68d1 commit 84e9a8fCopy full SHA for 84e9a8f
.github/workflows/build_test_push.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Run rondb-docker
20
run: |
21
git clone -b release-0.7 https://github.com/logicalclocks/rondb-docker.git
22
- ./rondb-docker/build_run_docker.sh -d \
+ cd rondb-docker && ./build_run_docker.sh -d \
23
--size small \
24
--num-mgm-nodes 1 \
25
--node-groups 1 \
0 commit comments