mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
api: rename references to moved hack/configapi (#2329)
Fixes 376bc6d39f
This commit is contained in:
parent
95c4294921
commit
f399fe148b
2
.github/actions/e2e_verify/action.yml
vendored
2
.github/actions/e2e_verify/action.yml
vendored
@ -97,5 +97,5 @@ runs:
|
||||
for file in $(ls maa-claims-*.json); do
|
||||
path=$(realpath "${file}")
|
||||
cat "${path}"
|
||||
bazel run //hack/configapi -- --maa-claims-path "${path}"
|
||||
bazel run //internal/api/attestationconfigapi -- --maa-claims-path "${path}"
|
||||
done
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
/*
|
||||
This package provides a CLI to interact with the Attestationconfig API, a sub API of the Resource API.
|
||||
|
||||
You can execute an e2e test by running: `bazel run //hack/configapi:configapi_e2e_test`.
|
||||
You can execute an e2e test by running: `bazel run //internal/api/attestationconfigapi:configapi_e2e_test`.
|
||||
The CLI is used in the CI pipeline. Actions that change the bucket's data shouldn't be executed manually.
|
||||
Notice that there is no synchronization on API operations.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user