File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55phases :
66 build :
77 commands :
8+ - codebuild-breakpoint
89 - source ./shared-scripts.sh && _deploy
Original file line number Diff line number Diff line change 2828 - build_linux
2929 - identifier : deploy
3030 buildspec : .codebuild/deploy.yml
31+ debug-session : true
3132 depend-on :
3233 - test
3334 - build_windows
Original file line number Diff line number Diff line change 11#! /bin/bash -e
22
3- if [[ " $CODEBUILD_WEBHOOK_TRIGGER " == " pr/" * ]]; then
4- BRANCH_NAME=${CODEBUILD_WEBHOOK_BASE_REF##*/ }
5- fi
6-
73if [ -z " $BRANCH_NAME " ]; then
84 echo " BRANCH_NAME is missing"
95 exit 1
106else
117 git checkout $BRANCH_NAME
8+ git pull
9+ git fetch --all
1210 yarn install
1311 git restore .
1412fi
Original file line number Diff line number Diff line change 11{
22 "name" : " amplify-codegen" ,
33 "version" : " 4.1.6" ,
4- "description" : " Amplify code generator" ,
4+ "description" : " Amplify Code generator" ,
55 "repository" : {
66 "type" : " git" ,
77 "url" : " https://github.com/aws-amplify/amplify-codegen.git" ,
You can’t perform that action at this time.
0 commit comments