Skip to content

Commit

Permalink
CI: Correct Docker build selftest command
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 22, 2023
1 parent 8153d88 commit 1a0247f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/release/selftest.sh
Expand Up @@ -9,9 +9,8 @@ set -e
flavor=$1

echo "Testing wetterdienst"
foobar
wetterdienst --version
wetterdienst dwd about parameters
wetterdienst version
wetterdienst about coverage

if [ "${flavor}" == "full" ]; then
echo "Checking libraries"
Expand Down

0 comments on commit 1a0247f

Please sign in to comment.