Skip to content

Commit

Permalink
[CI/CD] Moved the chmod commands outside of the if.
Browse files Browse the repository at this point in the history
  • Loading branch information
blacklight committed Oct 23, 2023
1 parent d7db55c commit acf0e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -693,8 +693,8 @@ steps:
rm -rf "$OLD_APT_ROOT"
fi
chmod -R a+r "$APT_ROOT"
chmod a+x "$APT_ROOT"
- chmod -R a+r "$APT_ROOT"
- chmod a+x "$APT_ROOT"

###
### Update the RPM (stable) packages
Expand Down

0 comments on commit acf0e0f

Please sign in to comment.