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 a8ab040 commit 3309dadCopy full SHA for 3309dad
.circleci/deploy.sh
@@ -2,7 +2,7 @@
2
3
set -eo
4
5
-# SVN_USERNAME and SVN_PASSWORD should be saved as a private environment variables in CircleCI.
+# SVN_USERNAME, SVN_PASSWORD, and SVN_URL should be saved as a private environment variables.
6
# See https://circleci.com/docs/2.0/env-vars/#setting-an-environment-variable-in-a-project
7
# See https://circleci.com/blog/keep-environment-variables-private-with-secret-masking/
8
if [[ -z "$SVN_USERNAME" ]]; then
0 commit comments