Skip to content

Commit

Permalink
Creating directory first
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv committed Oct 25, 2024
1 parent 568bc96 commit 5c5b61f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
set -x
wget $RONDB_TARBALL_URI -O /tmp/temp_tarball.tar.gz
(set +e; ls -la /tmp)
mkdir -p $RONDB_PATH
tar xfz /tmp/temp_tarball.tar.gz -C $RONDB_PATH --strip-components=1
(set +e; ls -la /tmp)
(set +e; ls -la $RONDB_PATH)
Expand Down

0 comments on commit 5c5b61f

Please sign in to comment.