-
Notifications
You must be signed in to change notification settings - Fork 59
41 lines (32 loc) · 836 Bytes
/
Copy pathtry-bump.yml
File metadata and controls
41 lines (32 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: Try Boulder Bump
on:
schedule:
- cron: '30 5 * * 5'
workflow_dispatch:
jobs:
try-bump:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout Self
uses: actions/checkout@v6
- uses: oprypin/find-latest-tag@v1
with:
repository: letsencrypt/boulder
id: boulder
- run: echo "Boulder is at version ${{ steps.boulder.outputs.tag }}"
- uses: actions/checkout@v6
with:
repository: letsencrypt/boulder
ref: ${{ steps.boulder.outputs.tag }}
path: boulder
- name: Apply our code patches
run: |
cd boulder
../patch.sh
- name: Apply our config patches
run: |
cd boulder
cp -r test labca
../patch-cfg.sh