Skip to content

Commit

Permalink
Ajuste para o postgres no sei4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marlinhares committed Mar 25, 2024
1 parent c60eed7 commit da75e3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jenkins/01-Teste-Unico-ou-Grupo.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,11 @@ pipeline {
sudo rm -rf ${FOLDERSPE}/src/* || true
if [ -f src/sei/web/SEI.php ]; then
\\cp -R src/* ${FOLDERSPE}/src
else
\\cp -R * ${FOLDERSPE}/src
fi
mkdir -p ${FOLDERSPE}/src/sei/temp
mkdir -p ${FOLDERSPE}/src/sip/temp
Expand Down Expand Up @@ -479,7 +479,7 @@ pipeline {
docker-compose -f tests_${SISTEMA}/funcional/docker-compose.yml --env-file tests_${SISTEMA}/funcional/.env exec org2-http bash -c "> /etc/cron.d/sei; > /etc/cron.d/sip"
docker-compose -f tests_${SISTEMA}/funcional/docker-compose.yml --env-file tests_${SISTEMA}/funcional/.env exec org1-http bash -c "mkdir -p /opt/sei/temp; chown apache /opt/sei/temp"
docker-compose -f tests_${SISTEMA}/funcional/docker-compose.yml --env-file tests_${SISTEMA}/funcional/.env exec org2-http bash -c "mkdir -p /opt/sip/temp; chown apache /opt/sip/temp"
#lembrar de retirar
if [ "${SISTEMA}" = "super" ]; then
docker-compose -f tests_${SISTEMA}/funcional/docker-compose.yml --env-file tests_${SISTEMA}/funcional/.env exec org1-http bash -c "/entrypoint.sh" || true
Expand Down

0 comments on commit da75e3c

Please sign in to comment.