Skip to content

Commit

Permalink
use filename variable (as it is used below)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-yankee committed Jan 16, 2025
1 parent 6b7395a commit 09e2067
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/release_engineering/dev/push_release
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@ if [[ "${push_apt}" -ne 0 ]]; then
mkdir -p "${platform}"
pushd "${platform}"

filename="drake-dev_${source_version}-1_amd64-${platform}.deb"

curl --fail --location --remote-name \
"https://drake-packages.csail.mit.edu/drake/release/drake-dev_${source_version}-1_amd64-${platform}.deb"
"https://drake-packages.csail.mit.edu/drake/release/${filename}"

# Add the Debian package to the aptly database.
aptly repo add "drake-${platform}" "${filename}"
Expand Down

0 comments on commit 09e2067

Please sign in to comment.