Skip to content

Commit

Permalink
Add repo URL secet to all jobs (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag6 authored Jun 29, 2021
1 parent b651901 commit d908920
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- name: setup base
run: bin/setup_base
- name: setup faucet
env:
GIT_URL: ${{ secrets.GIT_URL }}
run: bin/setup_remote faucet
- name: compile ovs
run: bin/compile_ovs
Expand All @@ -39,6 +41,8 @@ jobs:
- name: setup base
run: bin/setup_base
- name: setup faucet
env:
GIT_URL: ${{ secrets.GIT_URL }}
run: bin/setup_remote faucet
- name: build docker
run: bin/retry_cmd bin/build_docker
Expand Down Expand Up @@ -104,6 +108,8 @@ jobs:
- name: setup base
run: bin/setup_base
- name: setup faucet
env:
GIT_URL: ${{ secrets.GIT_URL }}
run: bin/setup_remote faucet
- name: compile ovs
run: bin/compile_ovs
Expand All @@ -126,6 +132,8 @@ jobs:
- name: setup base
run: bin/setup_base
- name: setup faucet
env:
GIT_URL: ${{ secrets.GIT_URL }}
run: bin/setup_remote faucet
- name: compile ovs
run: bin/compile_ovs
Expand All @@ -151,6 +159,8 @@ jobs:
- name: setup base
run: bin/setup_base
- name: setup faucet
env:
GIT_URL: ${{ secrets.GIT_URL }}
run: bin/setup_remote faucet
- name: build docker
run: bin/retry_cmd bin/build_docker
Expand Down

0 comments on commit d908920

Please sign in to comment.