Skip to content

Commit 4bab3c0

Browse files
authored
Merge pull request #26 from yiiyama/production
Updating policy tag to December deletion campaign
2 parents 036691f + f52a44b commit 4bab3c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/dynamod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ do
8686
APPLICATIONS="$APPLICATIONS dealer"
8787
fi
8888

89-
if [ $(($IHOUR%$INVENTORY_FULL_UPDATE_INTERVAL)) -eq 0 ] && ! [ "$TEST" ]
89+
if [ $(($IHOUR%$INVENTORY_FULL_UPDATE_INTERVAL)) -eq 2 ] && ! [ "$TEST" ]
9090
then
9191
echo "Performing the full update of inventory"
9292
$DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site @disk

etc/policies.tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v54
1+
v55

0 commit comments

Comments
 (0)