Skip to content

Commit 3309dad

Browse files
committed
Updated doc in deploy script.
1 parent a8ab040 commit 3309dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eo
44

5-
# SVN_USERNAME and SVN_PASSWORD should be saved as a private environment variables in CircleCI.
5+
# SVN_USERNAME, SVN_PASSWORD, and SVN_URL should be saved as a private environment variables.
66
# See https://circleci.com/docs/2.0/env-vars/#setting-an-environment-variable-in-a-project
77
# See https://circleci.com/blog/keep-environment-variables-private-with-secret-masking/
88
if [[ -z "$SVN_USERNAME" ]]; then

0 commit comments

Comments
 (0)