Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 02187ae

Browse files
Update config.yml
1 parent ae6b62e commit 02187ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ builddeploy_steps: &builddeploy_steps
3535
source awsenvconf
3636
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-buildvar
3737
- run:
38+
name: Running build-var.
3839
command: |
3940
source buildenvvar
40-
./build.sh ${APPNAME}
41+
chmod +x ./build.sh ${APPNAME}
4142
#- save_cache: *save_cache_settings
4243
- deploy:
4344
name: Running MasterScript.

0 commit comments

Comments
 (0)