The modified Dockerfile is not needed if we support the configurable base image in the Krill repo itself.

This commit is contained in:
Ximon Eighteen
2020-01-20 11:06:17 +01:00
parent bc8d7d937a
commit e5bb4dcb06
2 changed files with 8 additions and 9 deletions
-7
View File
@@ -43,13 +43,6 @@ jobs:
- name: Print GITHUB_WORKSPACE contents
run: ls -la ${GITHUB_WORKSPACE}
# Use a modified Dockerfile which builds off a partially built base image
# to leverage an existing Cargo cache and thus speed up deployment.
- name: Install modified Dockerfile into Krill checkout
run: |
set -x
cp ${GITHUB_WORKSPACE}/rpki-deploy/terraform/krill-e2e-test/lib/docker/krill/Dockerfile ${GITHUB_WORKSPACE}/krill/Dockerfile
- name: Install Python 3 venv package
run: |
set -x