Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiThoeni authored Sep 8, 2022
1 parent 7105582 commit 78d06bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/Jenkinsfile-Prod-Execute.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pipeline {
steps {
sh """
rm -f .env
cp .env.example .env
cp dotenv.example .env
echo 'COMPOSE_PROJECT_NAME=${DOCKER_PROJECT_NAME}' > .env
echo 'DOCKER_IMAGE_OTP=${DOCKER_IMAGE_OTP}' >> .env
echo 'DOCKER_IMAGE_JOURNEY=${DOCKER_IMAGE_JOURNEY}' >> .env
Expand Down

0 comments on commit 78d06bc

Please sign in to comment.