Skip to content

Commit

Permalink
Test curl to download code
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Apr 14, 2024
1 parent 86e11ee commit a90a357
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/ecs_deploy_docker_taskdef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,20 @@ jobs:
if: ${{ inputs.taskdef_file_script == 'Support/taskdef_template/taskdef_creator.py' }}
runs-on: ubuntu-latest
steps:
- name: Download Repository Code
uses: actions/download-artifact@v2
with:
name: bridge-api-services
path: https://github.com/0xPolygon/pipelines/archive/refs/heads/DEVOPS-2732-common-python-module-added.zip
# - name: Download Repository Code
# uses: actions/download-artifact@v2
# with:
# name: bridge-api-services
# path: https://github.com/0xPolygon/pipelines/archive/refs/heads/DEVOPS-2732-common-python-module-added.zip

- name: Download Archive
run: |
curl -L https://github.com/0xPolygon/pipelines/archive/refs/heads/DEVOPS-2732-common-python-module-added.zip -o code.zip
- name: Extract parent repo code
run: |
tar -xzf bridge-api-services.tar.gz 'Support/taskdef_template/'
unzip code.zip
ls -lrt
deploy_workflow:
name: Deploy ${{ inputs.app_name }}
Expand Down

0 comments on commit a90a357

Please sign in to comment.