Skip to content

Commit

Permalink
Merge pull request #568 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 5955b62 + 6d1146a commit 799dba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_rondb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ jobs:
# We won't upload to repo.hops.works/master directly;
# This is handled by a cron job that checks whether the
# tarball already exists first
user_code_path="/home/$REPO_HOPSWORKS_USER/upload_area"
user_code_path="/home/$REPO_HOPSWORKS_USER/upload_area/master"
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
# This will be copied to /opt/repository/master/rondb-dev
user_code_path="${user_code_path}/rondb-dev"
fi
echo "Copying $tarball to $host_user:$user_code_path"
scp ./$tarball $host_user:$user_code_path
scp ./$tarball $host_user:$user_code_path/$tarball
# Delete the tarball after it has been uploaded
rm -f $tarball

0 comments on commit 799dba0

Please sign in to comment.