Skip to content
Snippets Groups Projects
Commit bd08314a authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

CI: id_doc_deploy no longer used

parent fc0f7050
No related branches found
No related tags found
No related merge requests found
...@@ -43,16 +43,13 @@ if [[ -f /.dockerenv ]]; then ...@@ -43,16 +43,13 @@ if [[ -f /.dockerenv ]]; then
eval $(ssh-agent -s); eval $(ssh-agent -s);
mkdir -p $HOME/.ssh; mkdir -p $HOME/.ssh;
# for downloading FSL atlases/standards
echo "$SSH_PRIVATE_KEY_FSL_DOWNLOAD" > $HOME/.ssh/id_fsl_download; echo "$SSH_PRIVATE_KEY_FSL_DOWNLOAD" > $HOME/.ssh/id_fsl_download;
chmod go-rwx $HOME/.ssh/id_*; chmod go-rwx $HOME/.ssh/id_*;
ssh-add $HOME/.ssh/id_fsl_download; ssh-add $HOME/.ssh/id_fsl_download;
if [[ "$CI_PROJECT_PATH" == "$UPSTREAM_PROJECT" ]]; then
ssh-add $HOME/.ssh/id_doc_deploy;
fi
ssh-keyscan ${FSL_HOST##*@} >> $HOME/.ssh/known_hosts; ssh-keyscan ${FSL_HOST##*@} >> $HOME/.ssh/known_hosts;
touch $HOME/.ssh/config; touch $HOME/.ssh/config;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment