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 1b4b815 right syntax for artifacts new ba2b247 mkdir recursiv 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 ba2b2471db6cd047a49cf7c96085adc4f090eda1 Author: Juri Grabowski <git-commit@jugra.de> Date: Mon Jan 25 14:56:33 2021 +0100 mkdir recursiv --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 023f1bd..b481d99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ branches: script: - export DIR=/srv/live-build-x2go-`date +"%Y%m%d%H%M%S"` - - sudo mkdir $DIR /var/www/html + - sudo mkdir -p $DIR /var/www/html - echo $DIR - cd $DIR - pwd -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git