File tree Expand file tree Collapse file tree 4 files changed +3658
-12864
lines changed Expand file tree Collapse file tree 4 files changed +3658
-12864
lines changed Original file line number Diff line number Diff line change 11version : 2
22defaults : &defaults
33 docker :
4- - image : cimg/python:3.11.0 -browsers
4+ - image : cimg/python:3.11.7 -browsers
55install_dependency : &install_dependency
66 name : Installation of build and deployment dependencies.
77 command : |
88 sudo apt update
99 sudo apt install jq
1010 sudo apt install python3-pip
1111 sudo pip3 install awscli --upgrade
12- sudo pip3 install docker-compose
12+ sudo pip3 install docker==6.1.3
13+
1314install_deploysuite : &install_deploysuite
1415 name : Installation of install_deploysuite.
1516 command : |
@@ -30,7 +31,7 @@ builddeploy_steps: &builddeploy_steps
3031 - setup_remote_docker
3132 - run : *install_dependency
3233 - run : *install_deploysuite
33- - restore_cache : *restore_cache_settings_for_build
34+ # - restore_cache: *restore_cache_settings_for_build
3435 - run : ./build.sh ${APPNAME}
3536 - save_cache : *save_cache_settings
3637 - deploy :
@@ -78,6 +79,7 @@ workflows:
7879 branches :
7980 only :
8081 - dev
82+ - CORE-363-fix
8183
8284 # Development builds are executed on "develop" branch only.
8385 - " build-qa " :
Original file line number Diff line number Diff line change 11
2- FROM node:14.15 .0
2+ FROM node:21.6 .0
33
44# Set working directory. Paths will be relative this WORKDIR.
55WORKDIR /usr/src/app
You can’t perform that action at this time.
0 commit comments