Skip to content

Add an option to keep leapp related logs after conversion finished #676

Add an option to keep leapp related logs after conversion finished

Add an option to keep leapp related logs after conversion finished #676

Workflow file for this run

name: Build with Buck
on: [push]
jobs:
build:
runs-on: ubuntu-20.04 # Not latest, because python3.6 is not available on latest
# https://github.com/actions/setup-python/issues/544
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
with:
submodules: recursive
- name: Prepare artifact store
run: mkdir -p ./buck-out/gen
- name: Build centos2alma
id: build
uses: SandakovMM/build-with-buck@v3
with:
command: build
target: :centos2alma
- name: Store result
uses: actions/upload-artifact@v3
with:
name: centos2alma
path: ./buck-out/gen/centos2alma