diff options
| author | Emilio Jesus Gallego Arias | 2018-11-23 19:49:02 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-11-23 19:49:02 +0100 |
| commit | a0fdb3d1133e4fe2e1033d00bd356c5ee94ad75a (patch) | |
| tree | 1cb21857c66993498e3a641c482906c71c8ea794 /dev/tools | |
| parent | b581f9bcbbd378cd3f80f77976bd745f9c7c6ba4 (diff) | |
| parent | ab644bc3d66a0a21342d26e7a32b535916d151b5 (diff) | |
Merge PR #9055: [dev] fix create_overlay wrt branch names containing /
Diffstat (limited to 'dev/tools')
| -rwxr-xr-x | dev/tools/create_overlays.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/tools/create_overlays.sh b/dev/tools/create_overlays.sh index 314ac07e68..41392be5d7 100755 --- a/dev/tools/create_overlays.sh +++ b/dev/tools/create_overlays.sh @@ -75,4 +75,4 @@ done # End the file; copy to overlays folder. echo "fi" >> $OVERLAY_FILE PR_NUMBER=$(printf '%05d' "$PR_NUMBER") -mv $OVERLAY_FILE dev/ci/user-overlays/$PR_NUMBER-$DEVELOPER_NAME-$OVERLAY_BRANCH.sh +mv $OVERLAY_FILE dev/ci/user-overlays/$PR_NUMBER-$DEVELOPER_NAME-${OVERLAY_BRANCH///}.sh |
