Skip to content

Commit

Permalink
ver.check
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Nov 13, 2023
1 parent 16438b9 commit 85a12e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ on:
description: 'dump logs'
required: false
type: boolean

verbose:
description: 'verbose script logging'
type: choice
required: false
type: boolean
options:
-
- true

skip_test:
description: 'skip test - check github update'
required: false
Expand Down
2 changes: 2 additions & 0 deletions runbundler/runbundler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ case "$file" in

esac

docker-compose --version

DC="docker-compose $DCPARAMS -f $root/empty.yml -f $DCFILE"
cmd=$cmd
case "$cmd" in
Expand Down

0 comments on commit 85a12e0

Please sign in to comment.