Skip to content

Commit 3bd01fa

Browse files
committed
Fix init block
1 parent 8dec176 commit 3bd01fa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

admin/release-config

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Variables used for release building
22

3-
if [ "$CI_ORG" ]; then
4-
;
5-
else
3+
if [ -z "$CI_ORG" ]; then
64

75
# Initialize variables
86
CI_ORG=https://github.com/codeigniter4

0 commit comments

Comments
 (0)