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 3ecfd25 commit 0052f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/base/maintenance-git-dotfiles/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ spec:
)
nsenter "${args[@]}" /bin/sh <<'EOF'
set -o nounset -o errexit -o pipefail -o xtrace
. /etc/profile
cd /home/oleg/.local/share/chezmoi || exit 1
git pull --rebase origin master
EOF
Expand Down

0 comments on commit 0052f8f

Please sign in to comment.