Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit 569e975

Browse files
authored
Merge pull request #197 from HXSecurity/revert-196-Bidaya0-change-way-to-get-agent
Revert "Update deploy_test.yml"
2 parents cb04581 + fc03f43 commit 569e975

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ jobs:
123123
ossutil cp oss://dongtai/agent/java/ ./ --include "*.jar" -r
124124
ossutil cp oss://dongtai/agent/python/ ./ --include "*.tar.gz" -r
125125
126-
# - name: python Agent Setup
127-
# run: |
128-
# curl -X GET "${{ secrets.DONGTAI_TEST_URL }}${{github.run_number}}" -H '${{ secrets.DONGTAI_TEST_HEADER }}' -o dongtai-agent-python.tar.gz -k
126+
- name: python Agent Setup
127+
run: |
128+
curl -X GET "${{ secrets.DONGTAI_TEST_URL }}${{github.run_number}}" -H '${{ secrets.DONGTAI_TEST_HEADER }}' -o dongtai-agent-python.tar.gz -k
129129
130130
- name: Login to DockerHub
131131
uses: docker/login-action@v1

0 commit comments

Comments
 (0)