Skip to content

Commit

Permalink
Revert lambda build script docker image name in favor of CI docker ve…
Browse files Browse the repository at this point in the history
…rsion
  • Loading branch information
Rikuoja committed Nov 29, 2023
1 parent bb2aac3 commit cd95ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ build-lambda:
for func in db_manager lipas_loader osm_loader wfs_loader arcgis_loader notifier ; do \
rm -rf tmp_lambda; \
echo $$func; \
docker cp tarmo-$${func}-1:/var/task tmp_lambda; \
docker cp tarmo_$${func}_1:/var/task tmp_lambda; \
cd tmp_lambda; \
zip -r ../"$${func}.zip" .; \
cd ..; \
Expand Down

0 comments on commit cd95ddf

Please sign in to comment.