update
This commit is contained in:
parent
66053117b1
commit
7be5aa3b37
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -6,10 +6,10 @@ node('Node-Dev-100163') {
|
||||
}
|
||||
stage('Build') {
|
||||
sh 'make install'
|
||||
sh 'make clean_up'
|
||||
sh 'make build_image'
|
||||
}
|
||||
stage('Start Docker Container'){
|
||||
sh 'make clean_up'
|
||||
stage('Start Docker Container'){
|
||||
sh 'make run_server_docker'
|
||||
}
|
||||
stage('Testing') {
|
||||
|
2
Makefile
2
Makefile
@ -13,8 +13,8 @@ SETUP_PATH=${PWD}/setup
|
||||
HASH := $(shell git rev-parse HEAD)
|
||||
CONFIG=odoo.conf
|
||||
ODOO_IMAGE=hub.nextzenos.com/nexterp/odoo
|
||||
CONTAINER_ID=odoo-${TAG}
|
||||
TAG := main
|
||||
CONTAINER_ID=odoo-${TAG}
|
||||
install:
|
||||
sudo apt -y update && \
|
||||
sudo apt install -y python3-full python3-pip libldap2-dev libpq-dev libsasl2-dev
|
||||
|
Loading…
Reference in New Issue
Block a user