Skip to content

Commit

Permalink
Hard-code rpm name in common.sh
Browse files Browse the repository at this point in the history
(cherry picked from commit d9a984a)
  • Loading branch information
rocodes authored and legoktm committed Feb 13, 2025
1 parent e46f2e5 commit de2209c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TOPLEVEL=$(git rev-parse --show-toplevel)
export TOPLEVEL
PROJECT=$(git remote get-url origin | xargs basename -s .git)-dom0-config
PROJECT="securedrop-workstation-dom0-config"
export PROJECT

OCI_RUN_ARGUMENTS="${OCI_RUN_ARGUMENTS:-}"
Expand Down

0 comments on commit de2209c

Please sign in to comment.