Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed May 14, 2024
1 parent 48db586 commit 36ddc21
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/build-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,6 @@ jobs:
with:
go-version: '1.20'

- name: Code Review
shell: bash
run: |
make golangci
- name: Copyright Check
shell: bash
run: |
make copyright
- name: Trivy Scan
shell: bash
run: |
make trivy-scan
- name: TLS Tests
shell: bash
run: |
Expand All @@ -81,6 +66,8 @@ jobs:
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 COHERENCE_VERSION=24.03 PROFILES=,secure make clean certs build-test-images test-cluster-startup
echo "Sleeping 30..."
sleep 30
pwd
ls -l bin
cohctl set ignore-certs true
cohctl add cluster tls -u https://127.0.0.1:30000/management/coherence/cluster
cohctl get clusters
Expand Down

0 comments on commit 36ddc21

Please sign in to comment.