Skip to content

Commit

Permalink
fix: disable dependency on cron temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Jun 11, 2024
1 parent d8d489d commit 64cbd69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kontinuous/env/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs-restore-anonymization:
pg_restore --clean --if-exists --no-owner --no-acl --verbose /tmp/dump/$last_dir --dbname $PGDATABASE
backend: &backendDev
~needs: [backend-cron]
~needs: [backend-backend, pg]
env: &backendEnv
- name: S3_BUCKET_ENDPOINT
valueFrom:
Expand Down Expand Up @@ -121,7 +121,7 @@ backend: &backendDev

backend-export:
<<: *backendDev
~needs: [backend-cron]
~needs: [build-backend, pg]
ingress:
paths:
- /export
Expand Down

0 comments on commit 64cbd69

Please sign in to comment.