Removed wrong import of StrictJsonDeserializationVisitor (#6948)

* Removed wrong import

* Run samples
This commit is contained in:
Gingonic
2017-11-27 09:16:42 +01:00
committed by William Cheng
parent 3d3a30a533
commit a565a94a06
5 changed files with 31 additions and 33 deletions

View File

@@ -36,7 +36,7 @@ git_remote=`git remote`
if [ "$git_remote" = "" ]; then # git remote not defined
if [ "$GIT_TOKEN" = "" ]; then
echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git crediential in your environment."
echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
git remote add origin https://github.com/${git_user_id}/${git_repo_id}.git
else
git remote add origin https://${git_user_id}:${GIT_TOKEN}@github.com/${git_user_id}/${git_repo_id}.git