We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27625f4 commit 579006cCopy full SHA for 579006c
azure/templates/post-deploy.yml
@@ -58,14 +58,6 @@ steps:
58
59
echo "Output dirs"
60
ls
61
- cd id_sync
62
- echo "Output id_sync"
63
- ls
64
- cd ..
65
- cd shared
66
67
68
69
cd terraform
70
71
make init
lambdas/id_sync/Dockerfile
@@ -8,9 +8,9 @@ RUN mkdir -p /home/appuser && \
8
9
# Install Poetry dependencies
10
# Copy id_sync Poetry files
11
-COPY id_sync/poetry.lock id_sync/pyproject.toml id_sync/README.md ./
+COPY poetry.lock pyproject.toml README.md ./
12
# Copy shared/src/common to ./src/common
13
-COPY shared/src/common ./src/common
+COPY ../shared/src/common ./src/common
14
15
RUN echo "Listing /var/task after source code copy:" && ls -R /var/task
16
0 commit comments