fix(artifact_proxy): remove invalid urls and do not ping on deploy (#425)
This commit is contained in:
@@ -57,6 +57,3 @@ jobs:
|
||||
|
||||
- name: Show Output
|
||||
run: echo ${{ steps.deploy.outputs.url }}
|
||||
|
||||
- name: Ping
|
||||
run: curl "${{ steps.deploy.outputs.url }}"
|
||||
|
||||
@@ -51,6 +51,3 @@ jobs:
|
||||
|
||||
- name: Show Output
|
||||
run: echo ${{ steps.deploy.outputs.url }}
|
||||
|
||||
- name: Ping
|
||||
run: curl "${{ steps.deploy.outputs.url }}"
|
||||
|
||||
Reference in New Issue
Block a user