#
All checks were successful
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Successful in 6m37s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Successful in 10s

This commit is contained in:
2026-03-07 23:51:13 +06:00
parent 7125b57aa2
commit 9968c28e5c

View File

@@ -107,7 +107,7 @@ jobs:
"current": True
})
if build_type == 'release' and os.environ.get("POST_PUBLISH") == "true":
if build_type == 'release':
version_exists = any(e.get('version') == version for e in pkg_list['list'])
if not version_exists:
new_entry = {
@@ -555,7 +555,7 @@ jobs:
cp "$TARGET_DIR/package-list.json" "/opt/fhir-ig/package-list.json"
cp "$TARGET_DIR/package-feed.xml" "/opt/fhir-ig/package-feed.xml"
if [ "$build_type" = "release" ]; then
echo "Updating 'current' symlink to point to $version"
rm -f "$VERSIONS_DIR/current"