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 1
1
version : 2
2
2
defaults : &defaults
3
3
docker :
4
- - image : cimg/python:3.11.0 -browsers
4
+ - image : cimg/python:3.11.7 -browsers
5
5
install_dependency : &install_dependency
6
6
name : Installation of build and deployment dependencies.
7
7
command : |
8
8
sudo apt update
9
9
sudo apt install jq
10
10
sudo apt install python3-pip
11
11
sudo pip3 install awscli --upgrade
12
- sudo pip3 install docker-compose
12
+ sudo pip3 install docker==6.1.3
13
+
13
14
install_deploysuite : &install_deploysuite
14
15
name : Installation of install_deploysuite.
15
16
command : |
@@ -30,7 +31,7 @@ builddeploy_steps: &builddeploy_steps
30
31
- setup_remote_docker
31
32
- run : *install_dependency
32
33
- run : *install_deploysuite
33
- - restore_cache : *restore_cache_settings_for_build
34
+ # - restore_cache: *restore_cache_settings_for_build
34
35
- run : ./build.sh ${APPNAME}
35
36
- save_cache : *save_cache_settings
36
37
- deploy :
@@ -78,6 +79,7 @@ workflows:
78
79
branches :
79
80
only :
80
81
- dev
82
+ - CORE-363-fix
81
83
82
84
# Development builds are executed on "develop" branch only.
83
85
- " build-qa " :
Original file line number Diff line number Diff line change 1
1
2
- FROM node:14.15 .0
2
+ FROM node:21.6 .0
3
3
4
4
# Set working directory. Paths will be relative this WORKDIR.
5
5
WORKDIR /usr/src/app
You can’t perform that action at this time.
0 commit comments