mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-03 19:59:43 +01:00
change script
This commit is contained in:
parent
30a10e9973
commit
ed7fb5484f
@ -70,8 +70,8 @@ rc=$?; if [[ $rc != 0 ]]; then exit $rc; fi
|
||||
echo "Current git commit hash is $(git rev-parse HEAD)."
|
||||
echo "Travis branch $TRAVIS_BRANCH and Travis tag $TRAVIS_TAG."
|
||||
|
||||
#if [[ $TRAVIS_BRANCH == $TRAVIS_TAG ]]; then
|
||||
if [[ true ]]; then
|
||||
if [[ $TRAVIS_BRANCH == $TRAVIS_TAG ]]; then
|
||||
#if [[ true ]]; then
|
||||
# We will trigger stuff for Flathub.
|
||||
cd ../..
|
||||
chmod +x resources/scripts/.flathub-release.sh
|
||||
|
Loading…
Reference in New Issue
Block a user