Skip to content

Commit b5fe68a

Browse files
jsjoeiocode-asher
andauthored
refactor: change DRY_RUN to 1
Co-authored-by: Asher <ash@coder.com>
1 parent 466f79d commit b5fe68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/release-prep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
set -euo pipefail
1111

1212
main() {
13-
if [ "${DRY_RUN-1}" -eq 0 ]; then
13+
if [ "${DRY_RUN-}" = 1 ]; then
1414
echo "Performing a dry run..."
1515
# Disabled because shellcheck wants me to do this
1616
# SC2209: Use var=$(command) to assign output (or quote to assign string).

0 commit comments

Comments
 (0)