mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
image_builder: fix image name in travis
This commit is contained in:
@@ -6,7 +6,7 @@ env:
|
||||
global:
|
||||
- DOCKER="smirart/builder:latest"
|
||||
- TARGET_REPO="https://github.com/${TRAVIS_REPO_SLUG}.git"
|
||||
- IMAGE_VERSION="${TRAVIS_TAG:=${TRAVIS_BRANCH}_$(echo ${TRAVIS_COMMIT} | cut -c1-7)}"
|
||||
- IMAGE_VERSION="${TRAVIS_TAG:=$(echo ${TRAVIS_COMMIT} | cut -c1-7)}"
|
||||
- IMAGE_NAME="$(basename -s '.git' ${TARGET_REPO})_${IMAGE_VERSION}.img"
|
||||
git:
|
||||
depth: 1
|
||||
|
||||
Reference in New Issue
Block a user