Skip to content

Commit

Permalink
[Fix] s/chown/chmod/g typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blacklight committed Oct 23, 2023
1 parent 8c0c551 commit 4afd1b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ steps:
cp "$GIT_DEB" "$APT_ROOT/pool/$DEB_VERSION/main/$${PKG_NAME}_$${VERSION}-1_all.deb"
fi
- chown -R a+r "$APT_ROOT"
- chown a+x "$APT_ROOT"
- chmod -R a+r "$APT_ROOT"
- chmod a+x "$APT_ROOT"

###
### Update the Debian (oldstable) packages
Expand Down Expand Up @@ -517,8 +517,8 @@ steps:
cp "$GIT_DEB" "$APT_ROOT/pool/$DEB_VERSION/main/$${PKG_NAME}_$${VERSION}-1_all.deb"
fi
- chown -R a+r "$APT_ROOT"
- chown a+x "$APT_ROOT"
- chmod -R a+r "$APT_ROOT"
- chmod a+x "$APT_ROOT"

###
### Updates the APT repository after new packages have been pushed
Expand Down

0 comments on commit 4afd1b6

Please sign in to comment.