From a1a553ddfbafbbea9c5bfa56cf04f060058219fd Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Mon, 31 Jul 2023 13:50:25 +0200 Subject: [PATCH] gitlab: formatting fixes Make the linter happy. --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e07a12e3d..d106a40576 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,4 @@ +--- stages: - init - gen @@ -10,7 +11,8 @@ stages: before_script: - mkdir -p /tmp/artifacts - schutzbot/ci_details.sh > /tmp/artifacts/ci-details-before-run.txt - - cat schutzbot/team_ssh_keys.txt | tee -a ~/.ssh/authorized_keys > /dev/null + - cat schutzbot/team_ssh_keys.txt | + tee -a ~/.ssh/authorized_keys > /dev/null after_script: - schutzbot/ci_details.sh > /tmp/artifacts/ci-details-after-run.txt || true - schutzbot/update_github_status.sh update || true