version: 0.2 env: shell: bash variables: AMPLIFY_DIR: /root/.npm-global/lib/node_modules/@aws-amplify/cli-internal/bin AMPLIFY_PATH: /root/.npm-global/lib/node_modules/@aws-amplify/cli-internal/bin/amplify CI: true CODEBUILD: true NODE_OPTIONS: --max-old-space-size=8096 AMPLIFY_CLI_DISABLE_LOGGING: 'true' phases: build: commands: - codebuild-breakpoint - source ./shared-scripts.sh && _runGqlE2ETests post_build: commands: - aws sts get-caller-identity - source ./shared-scripts.sh && _scanArtifacts