We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9597865 commit 4f66929Copy full SHA for 4f66929
.circleci/config.yml
@@ -32,7 +32,7 @@ install_deploysuite: &install_deploysuite
32
cp ./../buildscript/master_deploy.sh .
33
cp ./../buildscript/buildenv.sh .
34
cp ./../buildscript/awsconfiguration.sh .
35
- cp ./../buildproperties.sh .
+ cp ./../buildscript/buildproperties.sh .
36
37
fetch_component_src: &fetch_component_src
38
name: Installation of fetch_component_src.
buildimage.sh
@@ -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