Skip to content

Commit

Permalink
minimal deps
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
  • Loading branch information
adam-stokes committed Oct 6, 2020
1 parent b4306e6 commit bea69bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions jobs/build-debs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
click
semver
sh
wheel
2 changes: 1 addition & 1 deletion jobs/build-debs/run.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export CDKBOT_GH_PSW="{{ lookup('env', 'CDKBOT_GH_PSW') }}"
K8S_VERSION="{{ lookup('env', 'K8S_VERSION') }}"

cd /root/jenkins
pip3 install -rrequirements.txt
pip3 install -rjobs/build-debs/requirements.txt
PYTHONPATH=. python3 jobs/build-debs/build-debs.py build-debs \
--version "$K8S_VERSION"

0 comments on commit bea69bb

Please sign in to comment.