File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 59
59
fi
60
60
cat ./compositeArtifacts.xml
61
61
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 "
77
62
fi
78
- # done
79
- # echo "invalid_urls=$invalid_urls" >> $GITHUB_OUTPUT
63
+ done
80
64
81
65
purge_cache :
82
66
needs : [ update-aggregate-update-sites ]
You can’t perform that action at this time.
0 commit comments