Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yujun4464 committed Dec 26, 2024
1 parent b72b217 commit 6600ecb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ jobs:
set -ex
# make integration_test
export KUSCIA_IMAGE=secretflow-registry.cn-hangzhou.cr.aliyuncs.com/secretflow/kuscia:0.13.0b0
docker pull ${KUSCIA_IMAGE} && docker run -it --rm ${KUSCIA_IMAGE} kuscia init --mode autonomy --domain "alice" > autonomy_alice.yaml
cat autonomy_alice.yaml
docker pull ${KUSCIA_IMAGE} && docker run -it --rm ${KUSCIA_IMAGE} kuscia init --mode autonomy --domain "alice"
integration_test_arm:
machine:
Expand Down

0 comments on commit 6600ecb

Please sign in to comment.