Skip to content

Commit

Permalink
fix: re-enable replication controller clone (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso authored May 6, 2024
1 parent 7a68d7c commit 5a46b97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
with:
repository: 'open-component-model/ocm-controller'
path: ocm-controller
# - name: Checkout replication-controller
# uses: actions/checkout@v3
# with:
# repository: 'open-component-model/replication-controller'
# path: replication-controller
- name: Checkout replication-controller
uses: actions/checkout@v3
with:
repository: 'open-component-model/replication-controller'
path: replication-controller
- name: Setup Go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 5a46b97

Please sign in to comment.