Skip to content

Commit aced004

Browse files
committed
fix(experiment/full.sh): Comment-out unneeded manifest refresh
We'll remove it for good in a later commit once we check that there isn't any bad outcome from this.
1 parent e9e31d1 commit aced004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

experiment/full.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ h 33-cv-filtered-publish.log "content-view publish --organization '{{ sat_org }}
244244
export skip_measurement='true'
245245
section "Sync from CDN do not measure" # do not measure because of unpredictable network latency
246246
h 00b-set-cdn-stage.log "organization update --name '{{ sat_org }}' --redhat-repository-url '$cdn_url_full'"
247-
248-
h 00b-manifest-refresh.log "subscription refresh-manifest --organization '{{ sat_org }}'"
247+
#
248+
# h 00b-manifest-refresh.log "subscription refresh-manifest --organization '{{ sat_org }}'"
249249

250250
for rel in $rels; do
251251
case $rel in

0 commit comments

Comments
 (0)