Skip to content

Commit

Permalink
fix: yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
0.618 committed Apr 24, 2024
1 parent 1dda883 commit 6fb4452
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion codebuild_specs/build_tests_standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ env:
shell: bash
phases:
pre_build:
- echo 'Source Version - $CODEBUILD_RESOLVED_SOURCE_VERSION'
commands:
- echo 'Source Version - $CODEBUILD_RESOLVED_SOURCE_VERSION'
build:
commands:
- echo "Build Tests Standalone"
Expand Down
3 changes: 2 additions & 1 deletion codebuild_specs/e2e_workflow_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ env:

phases:
pre_build:
- echo 'Source Version - $CODEBUILD_RESOLVED_SOURCE_VERSION'
commands:
- echo 'Source Version - $CODEBUILD_RESOLVED_SOURCE_VERSION'

batch:
fast-fail: false
Expand Down
3 changes: 2 additions & 1 deletion codebuild_specs/e2e_workflow_generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ env:
AMPLIFY_PATH: $CODEBUILD_SRC_DIR/out/amplify-pkg-linux-x64
phases:
pre_build:
- echo 'Source Version - $CODEBUILD_RESOLVED_SOURCE_VERSION'
commands:
- echo 'Source Version - $CODEBUILD_RESOLVED_SOURCE_VERSION'
batch:
fast-fail: false
build-graph:
Expand Down

0 comments on commit 6fb4452

Please sign in to comment.