mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
debug
This commit is contained in:
parent
af1cf3f363
commit
c7445bd935
1 changed files with 2 additions and 0 deletions
|
|
@ -133,8 +133,10 @@ runs:
|
|||
- name: Determine Flatpak dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
set -x
|
||||
image="${{ inputs.image_repo }}/${{ inputs.image_name }}:${{ inputs.image_tag }}"
|
||||
FLAPAK_DIR=$(mktemp -d)
|
||||
mktemp -d
|
||||
mkdir ${FLATPAK_DIR}/repo
|
||||
mkdir ${FLATPAK_DIR}/triggers
|
||||
cat << EOF | docker run -it --entrypoint bash -e FLATPAK_USER_DIR=/flatpak_dir/repo -e FLATPAK_TRIGGERSDIR=/flatpak_dir/triggers --volume ${FLATPAK_DIR}:/flatpak_dir ${image}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue