ci: Rename scripts to get : out of filenames

This commit is contained in:
Ryan Pavlik 2020-05-28 14:29:34 -05:00 committed by Jakob Bornecrantz
parent cef1970340
commit 1aff19e975
5 changed files with 1 additions and 1 deletions

View file

@ -69,7 +69,7 @@ stages:
# no need to pull the whole tree for rebuilding the image - is this still needed?
GIT_STRATEGY: none
# Each most-derived container prep job has a script to set up stuff for it.
FDO_DISTRIBUTION_EXEC: "bash .gitlab-ci/${CI_JOB_NAME}.sh"
FDO_DISTRIBUTION_EXEC: "bash .gitlab-ci/$(echo ${CI_JOB_NAME} | sed 's/:/_/g').sh"
# Debian Buster (x64 + i386)
debian:container_prep: