Skip to content

Commit

Permalink
Merge pull request #570 from logicalclocks/22.10-dev
Browse files Browse the repository at this point in the history
Merge 22.10 into 24.10
  • Loading branch information
olapiv authored Nov 14, 2024
2 parents 799dba0 + 569dbe2 commit 6784758
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_rondb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ jobs:
user_code_path="${user_code_path}/rondb-dev"
fi
ssh $host_user "mkdir -p $user_code_path"
echo "Copying $tarball to $host_user:$user_code_path"
scp ./$tarball $host_user:$user_code_path/$tarball
# Delete the tarball after it has been uploaded
Expand Down

0 comments on commit 6784758

Please sign in to comment.