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

CI: id_git no longer exists

parent c3f7ed15
No related branches found
No related tags found
No related merge requests found
...@@ -43,12 +43,10 @@ if [[ -f /.dockerenv ]]; then ...@@ -43,12 +43,10 @@ if [[ -f /.dockerenv ]]; then
eval $(ssh-agent -s); eval $(ssh-agent -s);
mkdir -p $HOME/.ssh; mkdir -p $HOME/.ssh;
echo "$SSH_PRIVATE_KEY_GIT" > $HOME/.ssh/id_git;
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_git;
ssh-add $HOME/.ssh/id_fsl_download; ssh-add $HOME/.ssh/id_fsl_download;
if [[ "$CI_PROJECT_PATH" == "$UPSTREAM_PROJECT" ]]; then if [[ "$CI_PROJECT_PATH" == "$UPSTREAM_PROJECT" ]]; then
......
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