mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-01 05:00:21 +11:00
fix
Signed-off-by: Jeremy Adams <jeremy@dagger.io>
This commit is contained in:
parent
6d98f3afae
commit
566e23f6ed
1 changed files with 2 additions and 2 deletions
|
|
@ -71,8 +71,8 @@ runs:
|
|||
|
||||
if [[ -x "$(command -v dagger)" ]]; then
|
||||
pre_installed_version="$(dagger --silent version | cut --fields 2 --delimiter ' ')"
|
||||
if [[ "$pre_installed_version" != "$DAGGER_VERSION" ]]; then
|
||||
echo "dagger ${pre_installed_version} is installed, but needed ${DAGGER_VERSION}"
|
||||
if [[ "$pre_installed_version" != "$VERSION" ]]; then
|
||||
echo "dagger ${pre_installed_version} is installed, but needed ${VERSION}"
|
||||
exit 1
|
||||
fi
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue