Skip to content

Commit 50140bd

Browse files
committed
fix
1 parent fd11902 commit 50140bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/release-edge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -xe
3+
set -x
44

55
# Restore all git changes
66
git restore -s@ -SW -- packages

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -e
3+
# set -e
44

55
# Restore all git changes
66
git restore -s@ -SW -- packages

0 commit comments

Comments
 (0)