-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Healthcheck of Krawler jobs fails behind a proxy (close #143)
- Loading branch information
Christophe Nouguier
committed
Feb 29, 2020
1 parent
d32dfd0
commit 451cd1f
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,3 @@ for SERVICE in $DELIVERY; do | |
done | ||
rclone copy archives s3:bucket/path --include *.gz | ||
``` | ||
|