This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch feature/bullseye-fvwm in repository live-build-x2go. from 92b0da8 show $DIR new 1b4b815 right syntax for artifacts The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/bullseye-fvwm in repository live-build-x2go. commit 1b4b815989fda75132989612b88011ef535b8330 Author: Juri Grabowski <git-commit@jugra.de> Date: Mon Jan 25 14:54:48 2021 +0100 right syntax for artifacts --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 79b1c5c..023f1bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,10 @@ before_install: addons: artifacts: true - paths: - - /var/www/html/initrd.img - - /var/www/html/vmlinuz - - /var/www/html/filesystem.squashfs + paths: + - /var/www/html/initrd.img + - /var/www/html/vmlinuz + - /var/www/html/filesystem.squashfs branches: only: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git