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