mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
ci: render
Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/1080619092
This commit is contained in:
parent
32bf3c878d
commit
91a91cd876
4 changed files with 36 additions and 4 deletions
13
jobs/gitlab.yml
Normal file
13
jobs/gitlab.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.gitlab-move-files:
|
||||
image: registry.durp.info/debian:latest
|
||||
script:
|
||||
# Begin of movefiles.sh
|
||||
- |
|
||||
#move files to output
|
||||
mkdir $CI_PROJECT_DIR/output
|
||||
IFS=";" read -a names <<< $PROJECT_NAME
|
||||
for i in $names;
|
||||
do mkdir $CI_PROJECT_DIR/output/$i;
|
||||
cp -r $CI_PROJECT_DIR/$i $CI_PROJECT_DIR/output/;
|
||||
done
|
||||
# End of movefiles.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue