File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,18 +99,18 @@ jobs:
9999
100100 - name : Run home-manager switch
101101 run : |
102- docker run exec ${{ steps.container.outputs.container_name }} \
102+ docker exec ${{ steps.container.outputs.container_name }} \
103103 home-manager switch
104104
105105 - name : Run git config test in container
106106 run : |
107- docker run exec ${{ steps.container.outputs.container_name }} \
107+ docker exec ${{ steps.container.outputs.container_name }} \
108108 git config --global user.name | grep -q 'PedroBrantes'
109109 "
110110
111111 - name : Run env test in container
112112 run : |
113- docker run exec ${{ steps.container.outputs.container_name }} \
113+ docker exec ${{ steps.container.outputs.container_name }} \
114114 printenv EDITOR | grep -q 'nvim'
115115 "
116116
Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ set -euo pipefail
33
44export __HM_SESS_VARS_SOURCED=" ${__HM_SESS_VARS_SOURCED:- 0} "
55
6- ls -R /root/.nix-profile
7- cat /root/.nix-channels
8- ls -R /root/.config
9-
106source /root/.nix-profile/etc/profile.d/nix.sh
117
128if command -v home-manager & > /dev/null; then
@@ -21,8 +17,4 @@ if [[ $# -eq 0 ]]; then
2117 set -- tail -f /dev/null
2218fi
2319
24- ls -R /root/.nix-profile
25- cat /root/.nix-channels
26- ls -R /root/.config
27-
2820exec " $@ "
You can’t perform that action at this time.
0 commit comments