Skip to content

Commit

Permalink
Generated Ansible files
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Jan 1, 2024
1 parent 6093de9 commit 177fb7c
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
48 changes: 48 additions & 0 deletions .github/gitlab_trigger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
name: Mirror and run GitLab CI

on:
push:
branches:
- master
- main
- testing
paths-ignore:
- '**/README.md'
- '**/CHANGELOG.md'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
env:
SLACK_WEBHOOK_URL: "${{ secrets.SLACK_WEBHOOK_URL }}"
steps:
- uses: act10ns/slack@v1
with:
status: starting
channel: "#ansible"
message: Starting buluma.epel GitLab Trigger...
if: always()
- uses: actions/checkout@v4
- name: Mirror + trigger CI
uses: buluma/[email protected]
with:
args: "buluma/ansible-role-epel"
env:
GITLAB_HOSTNAME: "gitlab.com"
GITLAB_USERNAME: "buluma"

GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
GITLAB_PROJECT_ID: "3340722x"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Slack Notification
uses: act10ns/slack@v1
with:
status: "${{ job.status }}"
steps: "${{ toJson(steps) }}"
channel: "#ansible"
if: always()
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2023 Shadow Walker ([email protected])
Copyright 2024 Shadow Walker ([email protected])

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 177fb7c

Please sign in to comment.