mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
update
This commit is contained in:
parent
44af92919f
commit
358ff939b2
10 changed files with 112 additions and 2 deletions
9
scripts/gitlab/movefiles.sh
Normal file
9
scripts/gitlab/movefiles.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
#%%MULTILINE_YAML_START
|
||||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue