Skip to content

Commit

Permalink
disable gocenter (missing dependency)
Browse files Browse the repository at this point in the history
Signed-off-by: jdolitsky <[email protected]>
  • Loading branch information
jdolitsky committed Sep 13, 2020
1 parent bb24f1f commit 499605e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
unit-test-acceptance-test:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- v*

jobs:
unit-test-acceptance-test:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -38,11 +38,6 @@ jobs:
name: chartmuseum-acceptance-report-${{ github.sha }}
path: .robot/
if: always()
build-push-multiarch-images:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Prepare
id: prepare
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
VERSION=0.12.0
REVISION := $(shell git rev-parse --short HEAD;)

MOD_PROXY_URL ?= https://gocenter.io
#MOD_PROXY_URL ?= https://gocenter.io

CM_LOADTESTING_HOST ?= http://localhost:8080

Expand Down

0 comments on commit 499605e

Please sign in to comment.