File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ install_awscli: &install_awscli
7
7
name : " Install awscli"
8
8
command : |
9
9
sudo pip install awscli --upgrade
10
-
11
10
install_deploysuite : &install_deploysuite
12
11
name : Installation of install_deploysuite.
13
12
command : |
@@ -36,7 +35,6 @@ deploy_steps: &deploy_steps
36
35
37
36
echo "======= Running Masterscript - deploy tc-project-service-consumers ==========="
38
37
if [ -e ${VAR_ENV}-tc-project-service-appvar.json ]; then sudo rm -vf ${VAR_ENV}-tc-project-service-appvar.json; fi
39
-
40
38
./buildenv.sh -e $DEPLOY_ENV -b ${VAR_ENV}-tc-project-service-consumers-deployvar
41
39
source buildenvvar
42
40
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${VAR_ENV}-global-appvar,${VAR_ENV}-tc-project-service-appvar -i tc-project-service -p FARGATE
@@ -105,4 +103,4 @@ workflows:
105
103
- test
106
104
filters :
107
105
branches :
108
- only : ' master'
106
+ only : [ 'master']
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ FROM node:8.2.1
2
2
LABEL version="1.2"
3
3
LABEL description="Projects microservice"
4
4
RUN sed -i '/jessie-updates/d' /etc/apt/sources.list
5
+
5
6
RUN apt-get update && \
6
7
apt-get upgrade -y
7
8
You can’t perform that action at this time.
0 commit comments