forked from jpuskar/puppet-ipa
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Samuli Seppänen <[email protected]>
- Loading branch information
Showing
4 changed files
with
66 additions
and
33 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
.github/workflows/0001-GHA-work-around-issues-with-the-Ubuntu-22.04-image.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
From 3f556cd555bab3c3da4888dbcd5fc4d4a364e814 Mon Sep 17 00:00:00 2001 | ||
From: =?UTF-8?q?Samuli=20Sepp=C3=A4nen?= <[email protected]> | ||
Date: Mon, 23 Jan 2023 11:41:55 +0200 | ||
Subject: [PATCH] GHA: work around issues with the Ubuntu 22.04 image | ||
MIME-Version: 1.0 | ||
Content-Type: text/plain; charset=UTF-8 | ||
Content-Transfer-Encoding: 8bit | ||
|
||
URL: https://github.com/voxpupuli/gha-puppet/issues/23 | ||
Signed-off-by: Samuli Seppänen <[email protected]> | ||
--- | ||
.github/workflows/ci.yml | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml | ||
index 49981e3..e4a9392 100644 | ||
--- a/.github/workflows/ci.yml | ||
+++ b/.github/workflows/ci.yml | ||
@@ -13,4 +13,4 @@ concurrency: | ||
jobs: | ||
puppet: | ||
name: Puppet | ||
- uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v1 | ||
+ uses: Puppet-Finland/gha-puppet/.github/workflows/[email protected] | ||
-- | ||
2.37.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,10 @@ | ||
--- | ||
# Managed by modulesync - DO NOT EDIT | ||
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ | ||
|
||
name: CI | ||
name: "ci" | ||
|
||
on: pull_request | ||
|
||
concurrency: | ||
group: ${{ github.ref_name }} | ||
cancel-in-progress: true | ||
|
||
|
||
jobs: | ||
puppet: | ||
name: Puppet | ||
uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v1 | ||
Spec: | ||
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main" | ||
with: | ||
runs_on: "ubuntu-20.04" | ||
secrets: "inherit" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters