aboutsummaryrefslogtreecommitdiffstats
path: root/screwdriver/update-vespa-version-in-sample-apps.sh
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2021-10-14 09:45:12 +0200
committerArnstein Ressem <aressem@verizonmedia.com>2021-10-14 09:45:12 +0200
commit19ca2ac11a38c27af063ee46a6f18966de5805b5 (patch)
treee5a05c6a052e12425c5e7912c5413ac587cdd404 /screwdriver/update-vespa-version-in-sample-apps.sh
parent1600fb7260ef8f0572b0c8b51ed0ad0bb0155a80 (diff)
Get proper git version that allows us to automate push.
Diffstat (limited to 'screwdriver/update-vespa-version-in-sample-apps.sh')
-rwxr-xr-xscrewdriver/update-vespa-version-in-sample-apps.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/screwdriver/update-vespa-version-in-sample-apps.sh b/screwdriver/update-vespa-version-in-sample-apps.sh
index d20e8846716..dbcb5d46c3a 100755
--- a/screwdriver/update-vespa-version-in-sample-apps.sh
+++ b/screwdriver/update-vespa-version-in-sample-apps.sh
@@ -45,10 +45,6 @@ set +x
ssh-add <(echo $SAMPLE_APPS_DEPLOY_KEY | base64 -d)
set -x
-# Supported from git 2.3
-export GIT_SSH_COMMAND="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
-git --version
-
git clone git@github.com:vespa-engine/sample-apps.git
cd sample-apps