Skip to content

Commit

Permalink
use proper deb profile
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Oct 19, 2023
1 parent 8d77727 commit 828cda6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ case "${DEB_CODENAME##*=}" in
esac
IMAGE="--build-arg image=${IMAGE}"

# Determina profile for mina name. To preserve backward compatibility devnet profile is default.
# Determina profile for mina name. To preserve backward compatibility standard profile is default.
case "${DEB_PROFILE}" in
devnet)
standard)
DEB_PROFILE=""
;;
*)
Expand Down

0 comments on commit 828cda6

Please sign in to comment.