Skip to content

Commit 4f66929

Browse files
committed
config for circleci has updated
1 parent 9597865 commit 4f66929

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install_deploysuite: &install_deploysuite
3232
cp ./../buildscript/master_deploy.sh .
3333
cp ./../buildscript/buildenv.sh .
3434
cp ./../buildscript/awsconfiguration.sh .
35-
cp ./../buildproperties.sh .
35+
cp ./../buildscript/buildproperties.sh .
3636
3737
fetch_component_src: &fetch_component_src
3838
name: Installation of fetch_component_src.

buildimage.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
set -eo pipefail
3+
APP_NAME=$1
4+
UPDATE_CACHE=""
5+
docker build -f ECSDockerfile -t $APP_NAME:latest .

0 commit comments

Comments
 (0)