File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
shell : bash
38
38
39
39
- name : Build and Test
40
- run : ./gradlew build -x test
40
+ run : ./gradlew clean build -x test
41
41
42
42
- name : Make Zip File
43
43
run : |
58
58
aws deploy push \
59
59
--application-name ${{ env.CODE_DEPLOY_APP_NAME }} \
60
60
--ignore-hidden-files \
61
- --s3-location s3://${{ env. BUCKET_NAME }} /$GITHUB_SHA.zip \
61
+ --s3-location s3://$BUCKET_NAME/$GITHUB_SHA.zip \
62
62
--source ./build/zip
63
63
64
64
- name : Debug Deployment Group Name
71
71
--application-name ${{ env.CODE_DEPLOY_APP_NAME }} \
72
72
--deployment-config-name CodeDeployDefault.AllAtOnce \
73
73
--deployment-group-name ${{ env.CODE_DEPLOY_DEPLOYMENT_GROUP_NAME }} \
74
- --s3-location bucket=${{ env. BUCKET_NAME }} ,key=$GITHUB_SHA.zip,bundleType=zip
74
+ --s3-location bucket=$BUCKET_NAME,key=$GITHUB_SHA.zip,bundleType=zip
You can’t perform that action at this time.
0 commit comments