The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: Rename scripts to get : out of filenames

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
1aff19e9 cef19703

+1 -1
+1 -1
.gitlab-ci.yml
··· 69 69 # no need to pull the whole tree for rebuilding the image - is this still needed? 70 70 GIT_STRATEGY: none 71 71 # Each most-derived container prep job has a script to set up stuff for it. 72 - FDO_DISTRIBUTION_EXEC: "bash .gitlab-ci/${CI_JOB_NAME}.sh" 72 + FDO_DISTRIBUTION_EXEC: "bash .gitlab-ci/$(echo ${CI_JOB_NAME} | sed 's/:/_/g').sh" 73 73 74 74 # Debian Buster (x64 + i386) 75 75 debian:container_prep:
.gitlab-ci/arch:container_prep.sh .gitlab-ci/arch_container_prep.sh
.gitlab-ci/debian:container_prep.sh .gitlab-ci/debian_container_prep.sh
.gitlab-ci/ndk:container_prep.sh .gitlab-ci/ndk_container_prep.sh
.gitlab-ci/ubuntu:container_prep.sh .gitlab-ci/ubuntu_container_prep.sh