Skip to content

Commit 236186e

Browse files
DO-1298 simplify upload
1 parent d37683e commit 236186e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build-conquest-python.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,6 @@ jobs:
131131
PROGET_ENDPOINT="${PROGET_BASE_URL}/endpoints/${PROGET_ASSET_DIRECTORY}/content/conquest_python/2.7/${{ env.archive_filename }}"
132132
133133
curl -X POST \
134-
-H "Content-Type: application/octet-stream" \
135134
-H "X-ApiKey: ${PROGET_API_KEY}" \
136135
--data-binary "@${{ env.archive_path }}/${{ env.archive_filename }}" \
137-
--fail-with-body \
138136
"$PROGET_ENDPOINT"
139-
140-
if [ $? -eq 0 ]; then
141-
echo "Successfully uploaded ${{ env.archive_filename }} to ProGet"
142-
else
143-
echo "Failed to upload ${{ env.archive_filename }} to ProGet"
144-
exit 1
145-
fi

0 commit comments

Comments
 (0)