Skip to content

Commit

Permalink
Don't change dir
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv committed Oct 25, 2024
1 parent 5c5b61f commit eae68d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_test_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
- name: Run rondb-docker
run: |
git clone -b release-0.7 https://github.com/logicalclocks/rondb-docker.git
cd rondb-docker
./build_run_docker.sh -d \
./rondb-docker/build_run_docker.sh -d \
--size small \
--num-mgm-nodes 1 \
--node-groups 1 \
Expand All @@ -38,7 +37,6 @@ jobs:
tar xfz /tmp/temp_tarball.tar.gz -C $RONDB_PATH --strip-components=1
(set +e; ls -la /tmp)
(set +e; ls -la $RONDB_PATH)
rm /tmp/temp_tarball.tar.gz
- name: Build and Run RonDB Service
run: |
Expand Down

0 comments on commit eae68d1

Please sign in to comment.