File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
sudo : required
2
2
dist : trusty
3
+ virtualenv :
4
+ system_site_packages : true
5
+ env :
6
+ - REPOSITORY=prpy
3
7
install :
4
- - export repository='prpy'
5
8
- git clone https://github.com/personalrobotics/pr-cleanroom.git
6
9
- cd pr-cleanroom
7
10
- curl -O https://raw.githubusercontent.com/personalrobotics/pr-rosinstalls/feature/rosdistro/repositories.yml
8
11
- ./internal-setup.sh
9
- - ./internal-distro.py --workspace=src --repository ${repository} distribution/distribution.yml
12
+ - ./internal-distro.py --workspace=src --repository "${REPOSITORY}" distribution/distribution.yml
10
13
script :
11
- - ./internal-build.sh $(./internal-get-packages.py repositories.yml ${repository} )
14
+ - ./internal-build.sh $(./internal-get-packages.py repositories.yml "${REPOSITORY}" )
You can’t perform that action at this time.
0 commit comments