Skip to content

Commit 2732a94

Browse files
authored
Merge pull request #251 from os-autoinst/revert-250-json_asset
Revert "Sync json assets to ISO directory instead of other"
2 parents 1c8acf5 + f3d146a commit 2732a94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

script/cfg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def rsync_commands(checksum):
7171
''' + rsync_fix_dest(distri, version, staging, use_staging_patterns) + '''
7272
asset_folder=other
7373
[[ ! $dest =~ \.iso$ ]] || asset_folder=iso
74-
[[ ! $dest =~ \.json$ ]] || asset_folder=iso
7574
[[ ! $dest =~ \.(qcow2|raw|vhd|vmdk|vhdx|xz)$ ]] || asset_folder=hdd
7675
''' + rsync_commands(checksum) + '''
7776
repo0folder=${dest%.iso}

0 commit comments

Comments
 (0)