Skip to content

Commit

Permalink
apps: base: maintenance-git-dotfiles: job: Update nsenter args.
Browse files Browse the repository at this point in the history
This commit follows 02f30bc.
  • Loading branch information
wigust committed Oct 21, 2024
1 parent a156714 commit 2862d0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/base/maintenance-git-dotfiles/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ spec:
--setuid 1000
--setgid 997
)
nsenter "${args[@]}" /bin/sh <<'EOF'
nsenter "${args[@]}" /bin/sh -i <<'EOF'
set -o nounset -o errexit -o pipefail -o xtrace
/usr/bin/env
cd /home/oleg/.local/share/chezmoi || exit 1
git pull --rebase origin master
EOF
Expand Down

0 comments on commit 2862d0f

Please sign in to comment.