From 58b4237aa9be99bdfae4a4df17cca17150fd8745 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Thu, 30 Jan 2020 17:49:34 +0100 Subject: [PATCH] travis: pass CEPH_VERSION as argument to 'docker build' Signed-off-by: Niels de Vos --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bd44fc0..68830d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,7 @@ matrix: - env: CEPH_VERSION=nautilus before_install: | - CEPH_REPO_URL="https://download.ceph.com/debian-${CEPH_VERSION}/" - docker build --build-arg CEPH_REPO_URL="${CEPH_REPO_URL}" -t ceph-golang-ci . + docker build --build-arg CEPH_VERSION="${CEPH_VERSION}" -t ceph-golang-ci . before_script: - go get github.com/mgechev/revive