aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-02-06 09:20:00 +0000
committerAria Shrimpton <me@aria.rip>2024-02-06 09:20:00 +0000
commitc7d0ecf281debdaaf63989d7385ae5f0990256e8 (patch)
tree873debb1d3c0bf2160c989244256fa5ad589d761
parent3b7919007fa70ec28dfed911d4cc15e9eea372b8 (diff)
ci: force allocate tty
-rw-r--r--.gitlab-ci.yml4
-rw-r--r--Tasks.org2
2 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a3e9af6..1099a53 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,5 +13,5 @@ run-tests:
- chmod 700 ~/.ssh
- cp "$SSH_KNOWN_HOSTS" ~/.ssh/known_hosts
script:
- - ssh $SSH_LOCATION "bash -lc 'cd /opt/candelabra && git pull && nixos-rebuild switch --fast --flake .#default'"
- - ssh $SSH_LOCATION "bash -lc 'cd /opt/candelabra/src && just run-all-tests'"
+ - ssh -t $SSH_LOCATION "bash -lc 'cd /opt/candelabra && git pull && nixos-rebuild switch --fast --flake .#default'"
+ - ssh -t $SSH_LOCATION "bash -lc 'cd /opt/candelabra/src && just run-all-tests'"
diff --git a/Tasks.org b/Tasks.org
index e75305a..af64ccf 100644
--- a/Tasks.org
+++ b/Tasks.org
@@ -155,5 +155,3 @@ Ideas:
* Writing
-** TODO Write Methodology
-DEADLINE: <2024-02-01 Wed>