Skip to content

Commit

Permalink
Merge pull request #566 from logicalclocks/22.10-dev
Browse files Browse the repository at this point in the history
Merging 22.10 into 24.10
  • Loading branch information
olapiv authored Nov 14, 2024
2 parents 3e44bd5 + 6c0d08b commit 5955b62
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/publish_rondb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,13 @@ jobs:
host_user="$REPO_HOPSWORKS_USER@$REPO_HOPSWORKS_HOSTNAME"
# 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"
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
# Manual dispatches will only be dev tarballs
user_code_path="/opt/repository/master/rondb-dev"
else
# 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"
# 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"
Expand Down

0 comments on commit 5955b62

Please sign in to comment.