Skip to content

Commit

Permalink
Refactor for new external stack directory layout under common parent …
Browse files Browse the repository at this point in the history
…(#815)

Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/815
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
  • Loading branch information
dboreham authored and David Boreham committed Apr 29, 2024
1 parent 09a1cbb commit 30db1f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitea/workflows/triggers/test-external-stack
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Change this file to trigger running the external-stack CI job
trigger
2 changes: 1 addition & 1 deletion tests/external-stack/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rm -rf $CERC_REPO_BASE_DIR
mkdir -p $CERC_REPO_BASE_DIR
# Clone the external test stack
$TEST_TARGET_SO fetch-stack git.vdb.to/cerc-io/test-external-stack
stack_name="$CERC_REPO_BASE_DIR/test-external-stack/stacks/test-external-stack"
stack_name="$CERC_REPO_BASE_DIR/test-external-stack/stack-orchestrator/stacks/test-external-stack"
TEST_TARGET_SO_STACK="$TEST_TARGET_SO --stack ${stack_name}"
# Test bringing the test container up and down
# with and without volume removal
Expand Down

0 comments on commit 30db1f5

Please sign in to comment.