forked from platypush/platypush
[Fix] s/chown/chmod/g typo fix
This commit is contained in:
parent
8c0c551aa5
commit
4afd1b68d0
1 changed files with 4 additions and 4 deletions
|
@ -423,8 +423,8 @@ steps:
|
||||||
cp "$GIT_DEB" "$APT_ROOT/pool/$DEB_VERSION/main/$${PKG_NAME}_$${VERSION}-1_all.deb"
|
cp "$GIT_DEB" "$APT_ROOT/pool/$DEB_VERSION/main/$${PKG_NAME}_$${VERSION}-1_all.deb"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- chown -R a+r "$APT_ROOT"
|
- chmod -R a+r "$APT_ROOT"
|
||||||
- chown a+x "$APT_ROOT"
|
- chmod a+x "$APT_ROOT"
|
||||||
|
|
||||||
###
|
###
|
||||||
### Update the Debian (oldstable) packages
|
### Update the Debian (oldstable) packages
|
||||||
|
@ -517,8 +517,8 @@ steps:
|
||||||
cp "$GIT_DEB" "$APT_ROOT/pool/$DEB_VERSION/main/$${PKG_NAME}_$${VERSION}-1_all.deb"
|
cp "$GIT_DEB" "$APT_ROOT/pool/$DEB_VERSION/main/$${PKG_NAME}_$${VERSION}-1_all.deb"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- chown -R a+r "$APT_ROOT"
|
- chmod -R a+r "$APT_ROOT"
|
||||||
- chown a+x "$APT_ROOT"
|
- chmod a+x "$APT_ROOT"
|
||||||
|
|
||||||
###
|
###
|
||||||
### Updates the APT repository after new packages have been pushed
|
### Updates the APT repository after new packages have been pushed
|
||||||
|
|
Loading…
Reference in a new issue