Skip to content

Commit

Permalink
Cut new release (#58)
Browse files Browse the repository at this point in the history
* Cut new release

* Use default schema validation in atmos.yaml

* Update test.yaml
  • Loading branch information
goruha authored Dec 3, 2024
1 parent c778c99 commit eceed77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ outputs:
description: The affected stacks as matrix structure suitable for extending matrix size workaround (see README)
value: ${{ steps.matrix.outputs.matrix }}


runs:
using: "composite"
steps:
Expand Down
18 changes: 0 additions & 18 deletions tests/atmos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,21 +262,3 @@ integrations:
matrix:
sort-by: .stack_slug
group-by: .stack_slug | split("-") | [.[0], .[2]] | join("-")

# Validation schemas (for validating atmos stacks and components)
schemas:
# https://json-schema.org
jsonschema:
# Can also be set using 'ATMOS_SCHEMAS_JSONSCHEMA_BASE_PATH' ENV var, or '--schemas-jsonschema-dir' command-line arguments
# Supports both absolute and relative paths
base_path: "stacks/schemas/jsonschema"
# https://www.openpolicyagent.org
opa:
# Can also be set using 'ATMOS_SCHEMAS_OPA_BASE_PATH' ENV var, or '--schemas-opa-dir' command-line arguments
# Supports both absolute and relative paths
base_path: "stacks/schemas/opa"
# https://cuelang.org
cue:
# Can also be set using 'ATMOS_SCHEMAS_CUE_BASE_PATH' ENV var, or '--schemas-cue-dir' command-line arguments
# Supports both absolute and relative paths
base_path: "stacks/schemas/cue"
3 changes: 2 additions & 1 deletion tests/stacks/orgs/test/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ vars:
components:
terraform:
test:
seed: 1
vars:
seed: 1

0 comments on commit eceed77

Please sign in to comment.