Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b8b8c87f authored by Jason Kridner's avatar Jason Kridner
Browse files

spelled ssh-agent wrong

parent e3c9adcd
No related merge requests found
...@@ -77,7 +77,7 @@ HERE ...@@ -77,7 +77,7 @@ HERE
# Update docs.beagleboard.org # Update docs.beagleboard.org
if [ "$CI_COMMIT_TAG" != "" ]; then if [ "$CI_COMMIT_TAG" != "" ]; then
mkdir -p ~/.ssh mkdir -p ~/.ssh
eval "$(ssh-agnet -s)" eval "$(ssh-agent -s)"
echo "${PRIVATE_KEY}" | base64 -d | ssh-add - echo "${PRIVATE_KEY}" | base64 -d | ssh-add -
if [ "$VER_DIR" = "latest" ]; then if [ "$VER_DIR" = "latest" ]; then
rsync -v public/index.html docs@beagleboard.org:/var/www/docs/ rsync -v public/index.html docs@beagleboard.org:/var/www/docs/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment