Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
chore: remove staled comments
Browse files Browse the repository at this point in the history
  • Loading branch information
keroro520 authored and Flouse committed Jun 9, 2022
1 parent 245aa86 commit 79f98d8
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,34 +50,6 @@ jobs:
integration-test:
uses: nervosnetwork/godwoken-tests/.github/workflows/reusable-integration-test-v1.yml@simplify-workflow
with:
# If you want to use a specified version of Godwoken, there are
# two approaches you can try:
#
# 1. Use kicker's manual-build mode directly
#
# ```
# with:
# extra_github_env: |
# MANUAL_BUILD_POLYJUICE=true
# POLYJUICE_GIT_URL=https://github.com/${{ github.repository }}
# POLYJUICE_GIT_CHECKOUT=${{ github.ref }}
# MANUAL_BUILD_GODWOKEN=true
# GODWOKEN_GIT_URL=https://github.com/<owner name>/godwoken
# GODWOKEN_GIT_CHECKOUT=<repo ref>
# ```
#
# 2. Use a specified version of Kicker
#
# ```
# with:
# extra_github_env: |
# MANUAL_BUILD_POLYJUICE=true
# POLYJUICE_GIT_URL=https://github.com/${{ github.repository }}
# POLYJUICE_GIT_CHECKOUT=${{ github.ref }}
#
# GODWOKEN_KICKER_REPO=<kicker repo>
# GODWOKEN_KICKER_REF=<kicker ref, you modified the godwoken image at this branch>
# ```
extra_github_env: |
MANUAL_BUILD_POLYJUICE=true
POLYJUICE_GIT_URL=https://github.com/${{ github.repository }}
Expand Down

0 comments on commit 79f98d8

Please sign in to comment.