forked from sig_core/toolkit
fix loops
This commit is contained in:
parent
d7e226e46f
commit
258466c0e3
@ -65,7 +65,7 @@ done
|
|||||||
|
|
||||||
|
|
||||||
# Create symlinks for repos that were once separate from the main compose
|
# Create symlinks for repos that were once separate from the main compose
|
||||||
for LINK in "${LINK_REPOS[@]}"; do
|
for LINK in "${!LINK_REPOS[@]}"; do
|
||||||
ln -sr "${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${LINK}" \
|
ln -sr "${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${LINK}" \
|
||||||
"${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${LINK_REPOS[$LINK]}"
|
"${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${LINK_REPOS[$LINK]}"
|
||||||
done
|
done
|
||||||
|
@ -65,7 +65,7 @@ done
|
|||||||
|
|
||||||
|
|
||||||
# Create symlinks for repos that were once separate from the main compose
|
# Create symlinks for repos that were once separate from the main compose
|
||||||
for LINK in "${LINK_REPOS[@]}"; do
|
for LINK in "${!LINK_REPOS[@]}"; do
|
||||||
ln -sr "${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${LINK}" \
|
ln -sr "${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${LINK}" \
|
||||||
"${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${LINK_REPOS[$LINK]}"
|
"${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${LINK_REPOS[$LINK]}"
|
||||||
done
|
done
|
||||||
|
@ -71,7 +71,7 @@ done
|
|||||||
|
|
||||||
|
|
||||||
# Create symlinks for repos that were once separate from the main compose
|
# Create symlinks for repos that were once separate from the main compose
|
||||||
for LINK in "${LINK_REPOS[@]}"; do
|
for LINK in "${!LINK_REPOS[@]}"; do
|
||||||
ln -sr "${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${LINK}" \
|
ln -sr "${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${LINK}" \
|
||||||
"${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${LINK_REPOS[$LINK]}"
|
"${STAGING_ROOT}/${CATEGORY_STUB}/${REV}/${LINK_REPOS[$LINK]}"
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user