You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2018/02/12 22:32:39 UTC

[incubator-openwhisk-release] branch master updated: Add credentials to the svn mkdir command (#38)

This is an automated email from the ASF dual-hosted git repository.

houshengbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new a8a56ed  Add credentials to the svn mkdir command (#38)
a8a56ed is described below

commit a8a56ed8843498cd2b12f9f447884376551bf4cf
Author: violagao <33...@users.noreply.github.com>
AuthorDate: Mon Feb 12 17:32:37 2018 -0500

    Add credentials to the svn mkdir command (#38)
---
 tools/upload_artifacts.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/upload_artifacts.sh b/tools/upload_artifacts.sh
index 2b58ecf..df68d8e 100755
--- a/tools/upload_artifacts.sh
+++ b/tools/upload_artifacts.sh
@@ -37,7 +37,7 @@ if [[ `wget -S --spider $CURRENT_VERSION_URL  2>&1 | grep 'HTTP/1.1 200 OK'` ]];
 fi
 
 # Create an empty folder named ${REMOTE_PATH} in the remote staging folder
-svn mkdir -m "Create the directory for ${version} in staging." $CURRENT_VERSION_URL
+svn mkdir -m "Create the directory for ${version} in staging." $CURRENT_VERSION_URL $CREDENTIALS
 
 cd $OPENWHISK_SVN
 

-- 
To stop receiving notification emails like this one, please contact
houshengbo@apache.org.