Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 0c26a92

Browse files
author
Franck
authored
Fix path
1 parent 8993859 commit 0c26a92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ steps:
3939
gcloud source repos clone origin-fraud --project=origin-214503
4040
if [ "${_CONTAINER}" = "origin-cron" ]; then
4141
echo "Copying growth fraud"
42-
cp -r ./origin-fraud/growth/ ./infra/growth/src/fraud/
42+
cp -r ./origin-fraud/growth/prod ./infra/growth/src/fraud/
4343
else
4444
echo "Copying relayer fraud"
45-
cp -r ./origin-fraud/relayer/ ./infra/relayer/src/risk/
45+
cp -r ./origin-fraud/relayer/prod ./infra/relayer/src/risk/
4646
fi
4747
rm -rf origin-fraud
4848
fi

0 commit comments

Comments
 (0)