Skip to content

Commit

Permalink
try skipping validation
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyzli committed May 3, 2024
1 parent d6fd8fa commit 3886393
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/build-test-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: "1.20"
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: "1.20"
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: "1.20"
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: "1.20"
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand All @@ -266,7 +266,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: "1.20"
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand All @@ -293,7 +293,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: "1.20"
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: "1.20"
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand Down Expand Up @@ -393,7 +393,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: "1.20"
- name: Mkdir bin and dist
run: |
mkdir bin/ dist/
Expand Down Expand Up @@ -440,9 +440,6 @@ jobs:
run: |
make docker-otelcontribcol
docker tag otelcontribcol:latest 609927696493.dkr.ecr.us-west-2.amazonaws.com/opentelemetry-collector-contrib:${{ steps.create-version.outputs.BUILD_VERSION }}
- name: Validate Docker Image
run: |
docker run 609927696493.dkr.ecr.us-west-2.amazonaws.com/opentelemetry-collector-contrib:${{ steps.create-version.outputs.BUILD_VERSION }} --version
- id: login-gcp
name: Authenticate with Google Cloud
uses: google-github-actions/auth@v1
Expand Down

0 comments on commit 3886393

Please sign in to comment.