Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a430ab commit 6bf2ec3Copy full SHA for 6bf2ec3
scripts/develop.sh
@@ -67,7 +67,7 @@ if [ "${CODER_BUILD_AGPL:-0}" -gt "0" ] && [ "${multi_org}" -gt "0" ]; then
67
echo '== ERROR: cannot use both multi-organizations and APGL build.' && exit 1
68
fi
69
70
-if [ -n "${CODER_AGENT_URL}" ]; then
+if [ -n "${CODER_AGENT_URL:-}" ]; then
71
DEVELOP_IN_CODER=1
72
73
0 commit comments