We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dec176 commit 3bd01faCopy full SHA for 3bd01fa
1 file changed
admin/release-config
@@ -1,8 +1,6 @@
1
# Variables used for release building
2
3
-if [ "$CI_ORG" ]; then
4
- ;
5
-else
+if [ -z "$CI_ORG" ]; then
6
7
# Initialize variables
8
CI_ORG=https://github.com/codeigniter4
0 commit comments