mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
manifest update: don't clean on checkout
This commit is contained in:
parent
2c730fbdc2
commit
8fa37cc9be
3
.github/workflows/manifest.yml
vendored
3
.github/workflows/manifest.yml
vendored
@ -41,6 +41,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: 'main'
|
ref: 'main'
|
||||||
|
clean: false
|
||||||
- name: Generate manifest and shields for main branch
|
- name: Generate manifest and shields for main branch
|
||||||
run: python imgen.py shields
|
run: python imgen.py shields
|
||||||
- name: Save main's manifest
|
- name: Save main's manifest
|
||||||
@ -51,6 +52,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: 'latest'
|
ref: 'latest'
|
||||||
|
clean: false
|
||||||
- name: Generate manifest for latest
|
- name: Generate manifest for latest
|
||||||
run: python imgen.py
|
run: python imgen.py
|
||||||
- name: Save latest's manifest
|
- name: Save latest's manifest
|
||||||
@ -61,6 +63,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: 'devel'
|
ref: 'devel'
|
||||||
|
clean: false
|
||||||
- name: Generate manifest for devel
|
- name: Generate manifest for devel
|
||||||
run: python imgen.py
|
run: python imgen.py
|
||||||
- name: Save devel's manifest
|
- name: Save devel's manifest
|
||||||
|
Loading…
Reference in New Issue
Block a user