diff options
author | makefu <github@syntax-fehler.de> | 2019-07-08 01:18:52 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-07-08 07:37:49 +0200 |
commit | 172f53379283914542b794e7c917197e8ce017b3 (patch) | |
tree | 2a6a1d8f66d760685db34b97ff8a2e0cfb6d04fa | |
parent | 0a8475344aafdfb623173c7586c3539337b9574e (diff) |
gitlab-ci: remove test code
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5e92d084..bd0b32edc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,8 +34,6 @@ wolf deployment: - git clone git@ssh.git.shackspace.de:rz/secrets.git ~/brain - git submodule update --init - ssh-keyscan -H 'wolf.shack' >> ~/.ssh/known_hosts - - ssh-keyscan -H 'wolf' >> ~/.ssh/known_hosts - - ssh wolf uname -a # TODO, hostname wolf cannot be resolved - $(nix-build krebs/krops.nix --no-out-link --argstr name wolf --argstr target wolf.shack -A deploy) nur-packages makefu: |