summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahooinc.com>2023-06-05 10:38:18 +0200
committerArnstein Ressem <aressem@yahooinc.com>2023-06-05 10:38:18 +0200
commit31b437eb8dca3a433d9611a363b7c7db7bb6f91c (patch)
tree23f75946b58e6b92e5f625944dc9dbcf673f2708
parentb314a9f808949c2d7229df57d57504d986b5100a (diff)
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