Skip to content

Commit 7838bb1

Browse files
committed
[GHA] Correct inclusion of JustJ into aggregate distro update sites
1 parent 52ffaca commit 7838bb1

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/aggregate-distro-update-sites.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -59,24 +59,8 @@ jobs:
5959
fi
6060
cat ./compositeArtifacts.xml
6161
cat ./compositeContent.xml
62-
# if [[ ${dir_name} == ${{ inputs.latest }} ]]; then
63-
# aws s3 cp ./compositeArtifacts.xml s3://tools-spring-io/release/TOOLS/sts4/update/latest/
64-
# invalid_urls+="https://cdn.spring.io/spring-tools/release/TOOLS/sts4/update/latest/compositeArtifacts.xml "
65-
# aws s3 cp ./compositeContent.xml s3://tools-spring-io/release/TOOLS/sts4/update/latest/
66-
# invalid_urls+="https://cdn.spring.io/spring-tools/release/TOOLS/sts4/update/latest/compositeContent.xml "
67-
# aws s3 cp ./p2.index s3://tools-spring-io/release/TOOLS/sts4/update/latest/
68-
# invalid_urls+="https://cdn.spring.io/spring-tools/release/TOOLS/sts4/update/latest/p2.index "
69-
# echo "TODO: Purge Cache"
70-
# fi
71-
# aws s3 mv ./compositeArtifacts.xml s3://tools-spring-io/release/TOOLS/sts4/update/${dir}
72-
# invalid_urls+="https://cdn.spring.io/spring-tools/release/TOOLS/sts4/update/${dir_name}/compositeArtifacts.xml "
73-
# aws s3 mv ./compositeContent.xml s3://tools-spring-io/release/TOOLS/sts4/update/${dir}
74-
# invalid_urls+="https://cdn.spring.io/spring-tools/release/TOOLS/sts4/update/${dir_name}/compositeContent.xml "
75-
# aws s3 mv ./p2.index s3://tools-spring-io/release/TOOLS/sts4/update/${dir}
76-
# invalid_urls+="https://cdn.spring.io/spring-tools/release/TOOLS/sts4/update/${dir_name}/p2.index "
7762
fi
78-
# done
79-
# echo "invalid_urls=$invalid_urls" >> $GITHUB_OUTPUT
63+
done
8064
8165
purge_cache:
8266
needs: [ update-aggregate-update-sites ]

0 commit comments

Comments
 (0)