File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,6 @@ source "$(
7
7
8
8
use envreload //local/envs/main
9
9
10
+ export K8S_USER=eks-devs
11
+
10
12
source_env_if_exists .envrc.local
Original file line number Diff line number Diff line change @@ -151,8 +151,6 @@ jobs:
151
151
ssh_known_hosts_entry : ${{ env.DISCOVERY_KNOWN_HOSTS_ENTRY }}
152
152
- name : Generate the Diff
153
153
run : |
154
- echo 'export K8S_USER=eks-devs' >.envrc.local
155
-
156
154
nix develop .#x86_64-linux.local.envs.main -L --command bash -c '
157
155
set -euo pipefail
158
156
@@ -219,8 +217,6 @@ jobs:
219
217
ssh_known_hosts_entry : ${{ env.DISCOVERY_KNOWN_HOSTS_ENTRY }}
220
218
- name : Deploy to K8s
221
219
run : |
222
- echo 'export K8S_USER=eks-devs' >.envrc.local
223
-
224
220
nix develop .#x86_64-linux.local.envs.main -L --command bash -c '
225
221
set -euo pipefail
226
222
You can’t perform that action at this time.
0 commit comments