mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
ci: Rename scripts to get : out of filenames
This commit is contained in:
parent
cef1970340
commit
1aff19e975
|
@ -69,7 +69,7 @@ stages:
|
||||||
# no need to pull the whole tree for rebuilding the image - is this still needed?
|
# no need to pull the whole tree for rebuilding the image - is this still needed?
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
# Each most-derived container prep job has a script to set up stuff for it.
|
# 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 Buster (x64 + i386)
|
||||||
debian:container_prep:
|
debian:container_prep:
|
||||||
|
|
Loading…
Reference in a new issue