Fix LFS #3
5
.changes/1.2.2-rc3.md
Normal file
5
.changes/1.2.2-rc3.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
## 1.2.2-rc3 - 2024-11-18
|
||||||
|
### Fixed
|
||||||
|
* Embed resources into presentation formation signature
|
||||||
|
* Checkout images using lfs
|
||||||
|
* Fixed CI
|
3
.changes/unreleased/Fixed-20241118-112438.yaml
Normal file
3
.changes/unreleased/Fixed-20241118-112438.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
kind: Fixed
|
||||||
|
body: Fixed CI
|
||||||
|
time: 2024-11-18T11:24:38.361711822+01:00
|
@ -16,10 +16,14 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: cth-ubuntu-latest
|
runs-on: cth-ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Git checkout with LFS
|
||||||
uses: https://github.com/actions/checkout@v4
|
# see https://gitea.com/gitea/act_runner/issues/164#issuecomment-921571
|
||||||
with:
|
run: |
|
||||||
lfs: true
|
git init
|
||||||
|
git remote add origin https://gitea.champs-libres.be/champs-libres/prez-concepts-chill.git
|
||||||
|
git fetch --depth 1 origin ${{ gitea.ref }}
|
||||||
|
git checkout FETCH_HEAD
|
||||||
|
git lfs pull
|
||||||
|
|
||||||
- name: update packages
|
- name: update packages
|
||||||
run: apt-get update
|
run: apt-get update
|
||||||
|
@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
|||||||
and is generated by [Changie](https://github.com/miniscruff/changie).
|
and is generated by [Changie](https://github.com/miniscruff/changie).
|
||||||
|
|
||||||
|
|
||||||
|
## 1.2.2-rc3 - 2024-11-18
|
||||||
|
### Fixed
|
||||||
|
* Embed resources into presentation formation signature
|
||||||
|
* Checkout images using lfs
|
||||||
|
* Fixed CI
|
||||||
|
|
||||||
## 1.2.2-rc2 - 2024-11-18
|
## 1.2.2-rc2 - 2024-11-18
|
||||||
### Fixed
|
### Fixed
|
||||||
* Embed resources into presentation formation signature
|
* Embed resources into presentation formation signature
|
||||||
|
Loading…
Reference in New Issue
Block a user