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
77 name : " Install awscli"
88 command : |
99 sudo pip install awscli --upgrade
10-
1110install_deploysuite : &install_deploysuite
1211 name : Installation of install_deploysuite.
1312 command : |
@@ -36,7 +35,6 @@ deploy_steps: &deploy_steps
3635
3736 echo "======= Running Masterscript - deploy tc-project-service-consumers ==========="
3837 if [ -e ${VAR_ENV}-tc-project-service-appvar.json ]; then sudo rm -vf ${VAR_ENV}-tc-project-service-appvar.json; fi
39-
4038 ./buildenv.sh -e $DEPLOY_ENV -b ${VAR_ENV}-tc-project-service-consumers-deployvar
4139 source buildenvvar
4240 ./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:
105103 - test
106104 filters :
107105 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
22LABEL version="1.2"
33LABEL description="Projects microservice"
44RUN sed -i '/jessie-updates/d' /etc/apt/sources.list
5+
56RUN apt-get update && \
67 apt-get upgrade -y
78
You can’t perform that action at this time.
0 commit comments