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 5
5
phases :
6
6
build :
7
7
commands :
8
+ - codebuild-breakpoint
8
9
- source ./shared-scripts.sh && _deploy
Original file line number Diff line number Diff line change 28
28
- build_linux
29
29
- identifier : deploy
30
30
buildspec : .codebuild/deploy.yml
31
+ debug-session : true
31
32
depend-on :
32
33
- test
33
34
- build_windows
Original file line number Diff line number Diff line change 1
1
#! /bin/bash -e
2
2
3
- if [[ " $CODEBUILD_WEBHOOK_TRIGGER " == " pr/" * ]]; then
4
- BRANCH_NAME=${CODEBUILD_WEBHOOK_BASE_REF##*/ }
5
- fi
6
-
7
3
if [ -z " $BRANCH_NAME " ]; then
8
4
echo " BRANCH_NAME is missing"
9
5
exit 1
10
6
else
11
7
git checkout $BRANCH_NAME
8
+ git pull
9
+ git fetch --all
12
10
yarn install
13
11
git restore .
14
12
fi
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " amplify-codegen" ,
3
3
"version" : " 4.1.6" ,
4
- "description" : " Amplify code generator" ,
4
+ "description" : " Amplify Code generator" ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " https://github.com/aws-amplify/amplify-codegen.git" ,
You can’t perform that action at this time.
0 commit comments