Skip to content

Commit

Permalink
Push new changes to icub-models devel branch
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Sep 29, 2020
1 parent 5ae7ae4 commit 9e94025
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ env:
- TRIGGERING_BRANCH_VALID_FOR_DEPLOYMENT="master"
- TRIGGERING_REPOSITORY_URL_VALID_FOR_DEPLOYMENT="https://github.com/robotology/icub-model-generator.git"
- BOT_USER_NAME="LOC2Bot"
- ICUB_MODELS_BRANCH="devel"

# For all dependencies, we use fixed releases to avoid regression due to
# changes in the dependencies. In particular, we use the latest released
Expand Down Expand Up @@ -60,7 +61,7 @@ before_script:
- sudo python setup.py install
- cd ../
# copy output folders and add the environment variable
- git clone https://$DEPLOYMENT_REPOSITORY_TOKEN
- git clone -b $ICUB_MODELS_BRANCH https://$DEPLOYMENT_REPOSITORY_TOKEN
- cd icub-models
- export ICUB_MODELS_SOURCE_DIR=`pwd`
- cd ../
Expand Down Expand Up @@ -170,7 +171,7 @@ after_success:
git commit -a -m "Automatic build. Travis build:$TRAVIS_BUILD_NUMBER" -m "icub-model-generator commit:$TRAVIS_COMMIT"
-m "urdf_parser_py commit:$URDF_PARSER_PY_COMMIT" -m "simmechanics-to-urdf commit:$SIMMECHANICS_TO_URDF_COMMIT"
-m "yarp commit:$YARP_COMMIT" -m "icub-main commit:$ICUB_MAIN_COMMIT" -m "idyntree commit:$IDYNTREE_COMMIT" --author "$COMMIT_AUTHOR";
git push --set-upstream --quiet origin master;
git push --set-upstream --quiet origin $ICUB_MODELS_BRANCH;
fi

notifications:
Expand Down

0 comments on commit 9e94025

Please sign in to comment.