mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-09 15:24:58 -05:00
api: move hack/configapi into internal/api
The tool has an e2e test and is part of our production pipeline.
This commit is contained in:
parent
97dc15b1d1
commit
376bc6d39f
7 changed files with 19 additions and 18 deletions
|
|
@ -33,4 +33,4 @@ runs:
|
|||
COSIGN_PRIVATE_KEY: ${{ inputs.cosignPrivateKey }}
|
||||
COSIGN_PASSWORD: ${{ inputs.cosignPassword }}
|
||||
run: |
|
||||
bazel run //hack/configapi:configapi_e2e_test
|
||||
bazel run //internal/api/attestationconfigapi/cli:cli_e2e_test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue