mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
fixed incorrect branch variable being used
This commit is contained in:
parent
553fae93bb
commit
d569d121c0
@ -15,7 +15,7 @@ steps:
|
||||
|
||||
commands:
|
||||
- export DEBIAN_FRONTEND=noninteractive
|
||||
- export CI_BRANCH=$DRONE_REPO_BRANCH
|
||||
- export CI_BRANCH=$DRONE_SOURCE_BRANCH
|
||||
- apt-get -y update
|
||||
- apt-get -y install libboost-all-dev doxygen mkdocs graphviz zlib1g-dev gcc clang make cmake python3 python3-pip git
|
||||
- pip3 install mkdocs-material cpp-coveralls pyyaml
|
||||
|
Loading…
Reference in New Issue
Block a user