Skip to content

Commit

Permalink
chore: log source version in e2e build log
Browse files Browse the repository at this point in the history
  • Loading branch information
0.618 committed Apr 24, 2024
1 parent 450eaf1 commit f2ec10b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions codebuild_specs/e2e_workflow_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ env:
AWS_DEFAULT_REGION: us-east-1
AWS_REGION: us-east-1
CDK_DEFAULT_REGION: us-east-1
AMPLIFY_DIR: '$CODEBUILD_SRC_DIR/out'
AMPLIFY_PATH: '$CODEBUILD_SRC_DIR/out/amplify-pkg-linux-x64'
AMPLIFY_DIR: "$CODEBUILD_SRC_DIR/out"
AMPLIFY_PATH: "$CODEBUILD_SRC_DIR/out/amplify-pkg-linux-x64"

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

batch:
fast-fail: false
Expand Down

0 comments on commit f2ec10b

Please sign in to comment.