Skip to content

Commit 8e77c25

Browse files
Merge pull request #84 from edenlabllc/feature/FFS-368-testing-new-gitlabflowcdaction-cicd-action
Feature/ffs 368 testing new gitlabflowcdaction cicd action
2 parents 6880b53 + e8bc594 commit 8e77c25

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

examples/cluster-provision.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ jobs:
4141
github_token_repo_full_access: ${{ secrets.GITHUB_TOKEN_REPO_FULL_ACCESS }}
4242
rmk_cluster_provider: ${{ env.RMK_CLUSTER_PROVIDER }}
4343
rmk_command: ${{ inputs.rmk_command }}
44+
rmk_slack_webhook: ${{ secrets.SLACK_WEBHOOK }}
4445
rmk_version: ${{ inputs.rmk_version }}

examples/helmfile-template-validate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ jobs:
2525
github_token_repo_full_access: ${{ secrets.GITHUB_TOKEN_REPO_FULL_ACCESS }}
2626
rmk_cluster_provider: ${{ env.RMK_CLUSTER_PROVIDER }}
2727
rmk_command: helmfile_validate
28+
rmk_slack_webhook: ${{ secrets.SLACK_WEBHOOK }}

examples/release-sync.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ jobs:
3333
github_token_repo_full_access: ${{ secrets.GITHUB_TOKEN_REPO_FULL_ACCESS }}
3434
rmk_cluster_provider: ${{ env.RMK_CLUSTER_PROVIDER }}
3535
rmk_command: sync
36+
rmk_slack_webhook: ${{ secrets.SLACK_WEBHOOK }}

src/actions/actions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def run(self):
1616
try:
1717
self.run_command("rmk release list")
1818
self.run_command("rmk release destroy")
19+
self.run_command("rmk cluster capi create")
1920
self.run_command("rmk cluster capi provision")
2021
self.run_command("rmk cluster capi destroy")
2122
self.run_command("rmk cluster capi delete")

0 commit comments

Comments
 (0)