Skip to content

Commit

Permalink
Drop TravisCI and hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Sep 15, 2021
1 parent 6836888 commit cf01290
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 148 deletions.
34 changes: 0 additions & 34 deletions apache/docker-compose.yml

This file was deleted.

1 change: 0 additions & 1 deletion apache/hooks

This file was deleted.

46 changes: 0 additions & 46 deletions fpm-alpine/docker-compose.yml

This file was deleted.

1 change: 0 additions & 1 deletion fpm-alpine/hooks

This file was deleted.

46 changes: 0 additions & 46 deletions fpm/docker-compose.yml

This file was deleted.

1 change: 0 additions & 1 deletion fpm/hooks

This file was deleted.

14 changes: 0 additions & 14 deletions hooks/post_build

This file was deleted.

5 changes: 0 additions & 5 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ VERSION="${1:-$(curl -fsS https://roundcube.net/VERSION.txt)}"
#set -x
echo "Generating files for version $VERSION..."

travisEnv=
for variant in apache fpm fpm-alpine; do
dir="$variant"
mkdir -p "$dir"
Expand All @@ -40,10 +39,6 @@ for variant in apache fpm fpm-alpine; do
' $template | tr '¬' '\n' > "$dir/Dockerfile"

echo "✓ Wrote $dir/Dockerfile"

travisEnv+='¬ - VERSION='"$VERSION"' VARIANT='"$variant"
done

sed -E -e 's/%%ENV%%/'"$travisEnv"'/;' templates/travis.yml | tr '¬' '\n' > .travis.yml

echo "Done."

0 comments on commit cf01290

Please sign in to comment.