mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Remove unused stuff
This commit is contained in:
3
.github/workflows/run-backend-bdd-tests.yml
vendored
3
.github/workflows/run-backend-bdd-tests.yml
vendored
@@ -51,9 +51,6 @@ jobs:
|
|||||||
echo "ACME_DEVELOPMENT_MODE=true" >> .env
|
echo "ACME_DEVELOPMENT_MODE=true" >> .env
|
||||||
echo "ACME_FEATURE_ENABLED=true" >> .env
|
echo "ACME_FEATURE_ENABLED=true" >> .env
|
||||||
echo "ACME_DEVELOPMENT_HTTP01_CHALLENGE_HOST_OVERRIDES={\"localhost\": \"host.docker.internal:8087\"}" >> .env
|
echo "ACME_DEVELOPMENT_HTTP01_CHALLENGE_HOST_OVERRIDES={\"localhost\": \"host.docker.internal:8087\"}" >> .env
|
||||||
# XXX: This is a workaround for the error: "error:0308010C:digital envelope routines::unsupported"
|
|
||||||
# ref: https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported/69699772#69699772
|
|
||||||
echo "NODE_OPTIONS=--openssl-legacy-provider" >> .env
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user