Skip to content

Commit

Permalink
Merge pull request #13 from mandre/allow_force
Browse files Browse the repository at this point in the history
Add force option to allow running devstack on unsupported distro
  • Loading branch information
EmilienM authored Mar 13, 2023
2 parents 735f39a + a637679 commit 40c7737
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ inputs:
enable_workaround_docker_io:
description: 'Enable or disable workaround for docker.io'
default: 'true'
force:
description: 'Allow running devstack on unsupported distro'
default: 'no'
runs:
using: "composite"
steps:
Expand Down Expand Up @@ -73,6 +76,8 @@ runs:
working-directory: ./devstack
shell: bash
- name: Run devstack
env:
FORCE: ${{ inputs.force }}
run: ./stack.sh
working-directory: ./devstack
shell: bash

0 comments on commit 40c7737

Please sign in to comment.