Skip to content

Commit

Permalink
🚧 progress: Attempt to fix BRP Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Feb 5, 2025
1 parent cda55e6 commit 1eeba73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .deploy/backup-retention-policy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ COPY scripts/cronjob /cronjob

ENV \
NOW="" \
BACKUP_RETENTION_POLICY_SCHEDULE="" \
CRONJOB_SCHEDULE="${BACKUP_RETENTION_POLICY_SCHEDULE}"
BACKUP_RETENTION_POLICY_SCHEDULE=""

ENV CRONJOB_SCHEDULE="${BACKUP_RETENTION_POLICY_SCHEDULE}"

CMD [ \
"bash", \
Expand Down

0 comments on commit 1eeba73

Please sign in to comment.