You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
389 B

#!/usr/bin/env bash
# Check if a new version of any of the projects in this overlay is released
# Will create an issue requesting a version bump if a new version is found
set -e
if [ "${DEBUG}" = True ]; then
set -x
fi
docker run --rm -ti \
-e GITHUB_API_TOKEN \
-v "${PWD}/tests/resources/newversionchecker.toml":/app/newversionchecker.toml \
simonvanderveldt/newversionchecker