Skip to content

Commit

Permalink
Merge pull request #1 from cafhach/cafhach-labels-bugfix
Browse files Browse the repository at this point in the history
bugfix: error if labels are present
  • Loading branch information
cafhach committed Jan 11, 2021
2 parents b038bf0 + 2f699be commit 4a546c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function main() {
fi

rm -rf "${ARC_DIR}" "{$TMP_TAR_NAME}"
for plugin in plugins jobs users secrets nodes; do
for plugin in plugins jobs users secrets nodes labels; do
mkdir -p "${ARC_DIR}/${plugin}"
done

Expand Down

0 comments on commit 4a546c8

Please sign in to comment.