Skip to content

Commit

Permalink
Fix dependencies for complete build including ansible with newer cryp…
Browse files Browse the repository at this point in the history
…tography requirements.
  • Loading branch information
Seonaid committed Jul 22, 2021
1 parent c40c5ce commit ef68b61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions drumkit/mk.d/20_ci.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CONTAINER_REGISTRY_URL ?= https://gitlab.com/consensus.enterprises/drumkit/container_registry
CONTAINER_REGISTRY_URL ?= registry.gitlab.com/consensus.enterprises/drumkit
CONTAINER_PROJECT_NAME = drumkit

local_ref = $(shell git rev-parse HEAD)
Expand Down Expand Up @@ -29,5 +29,3 @@ ci-images: clone

ci-local: gitlab-runner
gitlab-runner exec docker tests


2 changes: 1 addition & 1 deletion scripts/packer/scripts/python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apt-get install -yqq \
python3-apt \
python3-setuptools \
python3-wheel \
python3-zip \
> /dev/null
pip3 install --upgrade pip
update-alternatives --install /usr/bin/python python /usr/bin/python3 1
pip3 install jinja2-cli matrix-client ansible

0 comments on commit ef68b61

Please sign in to comment.