Skip to content

Commit

Permalink
Setting shell runner to init and finish Gitlab stages.
Browse files Browse the repository at this point in the history
  • Loading branch information
narmaku committed Jun 26, 2024
1 parent 04bb69f commit b37b487
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ init:
stage: init
script:
- schutzbot/update_github_status.sh start
variables:
RUNNER: aws/fedora-39-x86_64
tags:
- terraform
- shell

build-branch-container:
extends: .deps
Expand Down Expand Up @@ -247,7 +245,5 @@ finish:
stage: finish
script:
- schutzbot/update_github_status.sh finish
variables:
RUNNER: aws/fedora-39-x86_64
tags:
- terraform
- shell

0 comments on commit b37b487

Please sign in to comment.