Use HTTPS for submodule git clones
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-03-30 21:58:12 +02:00
parent 91973289ae
commit 57183c55ff
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
2 changed files with 1 additions and 5 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "themes/cloud.autonomic.zone/assets/scss/bulma"]
path = themes/cloud.autonomic.zone/assets/scss/bulma
url = git@github.com:jgthms/bulma.git
url = https://github.com/jgthms/bulma.git

View File

@ -6,10 +6,6 @@ EXPOSE 8000
COPY . /src/
RUN mkdir -p ~/.ssh
RUN echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
RUN git submodule update --init --recursive
ENTRYPOINT ["/bin/bash"]