Skip to content

Commit

Permalink
create .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
zajca committed Jun 1, 2023
1 parent cc117ae commit 8c4d774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ stages:
- job: build
displayName: Build Docker Images
steps:
- script: docker-compose --profile ci build
- script: cp libs/azure-api-client/.env.dist libs/azure-api-client/.env && docker-compose --profile ci build
displayName: Build Docker images

- script: docker image save $(docker image ls --filter 'reference=keboola/*' --format '{{.Repository}}:latest') -o $(Build.ArtifactStagingDirectory)/docker-images.tar
Expand Down

0 comments on commit 8c4d774

Please sign in to comment.