mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-20 08:27:49 +02:00
docker-machine plugin is still needed when running e2e test locally
This commit is contained in:
@@ -84,11 +84,11 @@ jobs:
|
||||
with:
|
||||
version: "0.12.19"
|
||||
|
||||
# - name: Install Terraform plugins
|
||||
# run: |
|
||||
# set -x
|
||||
# mkdir -p $HOME/.terraform.d/plugins/
|
||||
# cp ${GITHUB_WORKSPACE}/rpki-deploy/terraform/plugins/terraform-provider-dockermachine $HOME/.terraform.d/plugins/
|
||||
- name: Install Terraform plugins
|
||||
run: |
|
||||
set -x
|
||||
mkdir -p $HOME/.terraform.d/plugins/
|
||||
cp ${GITHUB_WORKSPACE}/rpki-deploy/terraform/plugins/terraform-provider-dockermachine $HOME/.terraform.d/plugins/
|
||||
|
||||
- name: Print application versions
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user