commit 4c8c6e11de2afe99579dbe1212a37c57f780d86f parent e1bdc56fdf460586daf150a6331893e7d3406587 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 5 Dec 2017 21:57:35 +0100 Use better approach Signed-off-by: MTRNord <mtrnord1@gmail.com> Diffstat:
| M | .circleci/config.yml | | | 3 | ++- |
| M | .circleci/images/primary/Dockerfile | | | 4 | +++- |
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -2,7 +2,8 @@ version: 2 jobs: build: docker: - - image: therecipe/qt:linux + # TODO: CHANGE ON PUSH TO DEVELOP + - image: mtrnord/morpheus:Changesfeature_CI_Changes environment: DESKTOP: true steps: diff --git a/.circleci/images/primary/Dockerfile b/.circleci/images/primary/Dockerfile @@ -1,3 +1,4 @@ FROM therecipe/qt:linux -RUN mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config +#RUN mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config +RUN ssh-keyscan github.com >> ~/.ssh/known_hosts +\ No newline at end of file