Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Oct 10, 2023
1 parent 9ec18a9 commit b964921
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
uses: docker-practice/actions-setup-docker@master
- name: Deploy back-to-back DP-only distribution of ixia-c
run: |
./do.sh topo new dp
GITHUB_USER=${{ secrets.ENV_GITHUB_USER }} GITHUB_PAT=${{ secrets.ENV_GITHUB_PAT }} ./do.sh topo new dp
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
uses: docker-practice/actions-setup-docker@master
- name: Deploy back-to-back DP-only distribution of ixia-c
run: |
./do.sh topo new dp
GITHUB_USER=${{ secrets.ENV_GITHUB_USER }} GITHUB_PAT=${{ secrets.ENV_GITHUB_PAT }} ./do.sh topo new dp
- name: Setup Go
uses: actions/setup-go@v3
with:
Expand Down Expand Up @@ -596,7 +596,7 @@ jobs:
uses: docker-practice/actions-setup-docker@master
- name: Deploy back-to-back DP-only distribution of ixia-c
run: |
./do.sh topo new dp
GITHUB_USER=${{ secrets.ENV_GITHUB_USER }} GITHUB_PAT=${{ secrets.ENV_GITHUB_PAT }} ./do.sh topo new dp
- name: Setup Go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit b964921

Please sign in to comment.