Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
rude
build
Commits
1948eda9
Commit
1948eda9
authored
Mar 07, 2019
by
Kolbjørn Barmen
Browse files
Work-arounds for ssh and git submodules
parent
e44717b0
Pipeline
#15762
failed with stages
in 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1948eda9
...
...
@@ -12,8 +12,7 @@ build-debian-stretch:
-
build-stretch
script
:
-
apt-get update && apt-get install git -y
-
echo "scm.uninett.no ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDFzKniMvXZIZMduF84bLLar6Nzs+MoI6HUx1FC+w1sZM1yaVPcAVmWVrL8r6EwWekY5ZHz/F3EEvBAJVIB1aPk=" ~/.ssh/known_hosts
-
git submodule update --init
-
env GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" git submodule update --init
-
docker build --no-cache -t rude-build .
-
rm -rf build-stretch
-
mkdir build-stretch
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment