Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit e8771dc

Browse files
committed
Fix latest version of TDG package
1 parent 678d983 commit e8771dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/helpers/count_molecule_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
TDG_SCENARIOS = [
4040
'config_upload_tdg'
4141
]
42-
DEFAULT_TDG_VERSION = '1.7.17-0-g2a5b4bd18'
42+
DEFAULT_TDG_VERSION = '1.7.17-0-g2a5b4bd1'
4343
TDG_VERSIONS = {
4444
'config_upload_tdg': [
4545
# auth-token header; no common.app_version; no admin.upload_config_api;

create-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ packages_dirname="packages"
1616
keep_old_packages=""
1717
skip_cartridge=""
1818
skip_tdg=""
19-
tdg_version="1.7.17-0-g2a5b4bd18"
19+
tdg_version="1.7.17-0-g2a5b4bd1"
2020

2121
usage() {
2222
echo "Usage: ./create-packages.sh [options]"

0 commit comments

Comments
 (0)