Skip to content

Commit 9daa7ba

Browse files
DO-1412-remove artifactory
1 parent 361cb59 commit 9daa7ba

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

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

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
66
inputs:
77
deploy:
88
type: choice
9-
description: 'Whether to upload base python build to artifactory'
9+
description: 'Whether to upload base python build to Proget'
1010
options:
1111
- 'no-upload'
1212
- 'upload'
@@ -87,22 +87,6 @@ jobs:
8787
echo "archive_path=$archive_path" >> $GITHUB_ENV
8888
echo "shortversion=$shortversion" >> $GITHUB_ENV
8989
90-
- name: Set up JFrog CLI
91-
if: ${{ inputs.deploy == 'upload' }}
92-
uses: jfrog/setup-jfrog-cli@v4
93-
env:
94-
JF_ENV_1: ${{ secrets.ARTIFACTORY_GH_CCDC_3RDPARTY_PYTHON_INTERPRETERS_READ_WRITE_EXPORT }}
95-
96-
- name: Upload base python to Artifactory
97-
if: ${{ inputs.deploy == 'upload' }}
98-
shell: bash
99-
run: |
100-
# Upload the base python to Artifactory
101-
jf c use gh-ccdc-3rdparty-python-interpreters-read-write
102-
jfrog rt upload --flat \
103-
"${{ env.archive_path }}/${{ env.archive_filename }}" \
104-
"ccdc-3rdparty-python-interpreters/base_python/${{ env.shortversion }}/"
105-
10690
- name: upload base python to ProGet
10791
if: ${{ inputs.deploy == 'upload' }}
10892
shell: bash

0 commit comments

Comments
 (0)