Skip to content

Commit

Permalink
Fixed a variable name in the Drone RPM step.
Browse files Browse the repository at this point in the history
  • Loading branch information
blacklight committed Sep 23, 2023
1 parent 33b26fa commit 27340f2
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 @@ -768,9 +768,9 @@ steps:
- export OLD_RPM_ROOT="$BUCKET_MNT/rpm_old"
- cp -r "$TMP_RPM_ROOT" "$NEW_RPM_ROOT"
- rm -rf "$TMP_RPM_ROOT"
- mv "$RPM_ROOT" "$OLD_TMP_ROOT"
- mv "$RPM_ROOT" "$OLD_RPM_ROOT"
- mv "$NEW_RPM_ROOT" "$RPM_ROOT"
- rm -rf "$OLD_TMP_ROOT"
- rm -rf "$OLD_RPM_ROOT"

###
### Updates the pip package upon new releases
Expand Down

0 comments on commit 27340f2

Please sign in to comment.