Skip to content

Commit

Permalink
patch bb-remote-execution httplib2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Alvarez committed May 28, 2019
1 parent bbcbbd7 commit ec4b641
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ build-buildbarn-remote-execution:
script:
- git clone https://github.com/buildbarn/bb-remote-execution
- (cd bb-remote-execution; git apply ../patches/bb-remote-execution/*patch)
- cat patches/httplib2/workspace >> bb-remote-execution/WORKSPACE
- cp patches/httplib2/cacert.patch bb-remote-execution/
- cat bb-remote-execution/WORKSPACE
- ls bb-remote-execution/
- |
for service in bb_worker bb_scheduler bb_runner_ubuntu16_04; do
service_folder=`echo $service | cut -d _ -f -2`
Expand Down

0 comments on commit ec4b641

Please sign in to comment.