Skip to content

Commit

Permalink
gitlab: formatting fixes
Browse files Browse the repository at this point in the history
Make the linter happy.
  • Loading branch information
achilleas-k committed Jul 31, 2023
1 parent 028b1ee commit a1a553d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
stages:
- init
- gen
Expand All @@ -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
Expand Down

0 comments on commit a1a553d

Please sign in to comment.