Skip to content

Commit

Permalink
build: remove checkout build echo (#2446)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Nov 30, 2021
1 parent af4779f commit 8699dea
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml.template
Expand Up @@ -26,8 +26,6 @@ jobs:
service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com'
create_credentials_file: 'true'
access_token_lifetime: 600s
- run: echo "ref: {% raw %}${{github.event.pull_request.head.ref}}{% endraw %}"
- run: echo "sha: {% raw %}${{github.event.pull_request.head.sha}}{% endraw %}"
- uses: actions/checkout@v2
with:
ref: {% raw %}${{github.event.pull_request.head.ref}}{% endraw %}
Expand Down
Expand Up @@ -26,8 +26,6 @@ jobs:
service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com'
create_credentials_file: 'true'
access_token_lifetime: 600s
- run: echo "ref: ${{github.event.pull_request.head.ref}}"
- run: echo "sha: ${{github.event.pull_request.head.sha}}"
- uses: actions/checkout@v2
with:
ref: ${{github.event.pull_request.head.ref}}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/composer.yaml
Expand Up @@ -26,8 +26,6 @@ jobs:
service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com'
create_credentials_file: 'true'
access_token_lifetime: 600s
- run: echo "ref: ${{github.event.pull_request.head.ref}}"
- run: echo "sha: ${{github.event.pull_request.head.sha}}"
- uses: actions/checkout@v2
with:
ref: ${{github.event.pull_request.head.ref}}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/healthcare-datasets.yaml
Expand Up @@ -26,8 +26,6 @@ jobs:
service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com'
create_credentials_file: 'true'
access_token_lifetime: 600s
- run: echo "ref: ${{github.event.pull_request.head.ref}}"
- run: echo "sha: ${{github.event.pull_request.head.sha}}"
- uses: actions/checkout@v2
with:
ref: ${{github.event.pull_request.head.ref}}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/healthcare-dicom.yaml
Expand Up @@ -26,8 +26,6 @@ jobs:
service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com'
create_credentials_file: 'true'
access_token_lifetime: 600s
- run: echo "ref: ${{github.event.pull_request.head.ref}}"
- run: echo "sha: ${{github.event.pull_request.head.sha}}"
- uses: actions/checkout@v2
with:
ref: ${{github.event.pull_request.head.ref}}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/healthcare-fhir.yaml
Expand Up @@ -26,8 +26,6 @@ jobs:
service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com'
create_credentials_file: 'true'
access_token_lifetime: 600s
- run: echo "ref: ${{github.event.pull_request.head.ref}}"
- run: echo "sha: ${{github.event.pull_request.head.sha}}"
- uses: actions/checkout@v2
with:
ref: ${{github.event.pull_request.head.ref}}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/healthcare-hl7v2.yaml
Expand Up @@ -26,8 +26,6 @@ jobs:
service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com'
create_credentials_file: 'true'
access_token_lifetime: 600s
- run: echo "ref: ${{github.event.pull_request.head.ref}}"
- run: echo "sha: ${{github.event.pull_request.head.sha}}"
- uses: actions/checkout@v2
with:
ref: ${{github.event.pull_request.head.ref}}
Expand Down

0 comments on commit 8699dea

Please sign in to comment.