summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2023-06-05 10:41:49 +0200
committerGitHub <noreply@github.com>2023-06-05 10:41:49 +0200
commit3da8ab9f812c32272f6b95b2f04384c90e04cd74 (patch)
tree23f75946b58e6b92e5f625944dc9dbcf673f2708
parentb314a9f808949c2d7229df57d57504d986b5100a (diff)
parent31b437eb8dca3a433d9611a363b7c7db7bb6f91c (diff)
Merge pull request #27282 from vespa-engine/aressem/fix-missing-major
Fix missing major version variable after reverting to docker.
-rw-r--r--screwdriver.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/screwdriver.yaml b/screwdriver.yaml
index 76ec7f2aa71..783777c0b51 100644
--- a/screwdriver.yaml
+++ b/screwdriver.yaml
@@ -366,6 +366,7 @@ jobs:
echo "Must have valid Vespa version to continue (got VESPA_VERSION=$VESPA_VERSION)."
return 1
fi
+ VESPA_MAJOR=$(echo $VESPA_VERSION | cut -d. -f1)
- install-dependencies: |
dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
dnf -y install docker-ce docker-ce-cli containerd.io