mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
CI: Remove GOPRIVATE from actions
This commit is contained in:
parent
c8b22e87e3
commit
979164ab37
1
.github/actions/build_debugd/action.yml
vendored
1
.github/actions/build_debugd/action.yml
vendored
@ -20,7 +20,6 @@ runs:
|
||||
cmake ..
|
||||
export GOCACHE=${homedir}/.cache/go-build
|
||||
export GOPATH=${homedir}/go
|
||||
export GOPRIVATE=github.com/edgelesssys
|
||||
export GOMODCACHE=${homedir}/.cache/go-mod
|
||||
make debugd
|
||||
mv -n debugd "${{ inputs.outputPath }}"
|
||||
|
1
.github/actions/pseudo_version/action.yml
vendored
1
.github/actions/pseudo_version/action.yml
vendored
@ -33,7 +33,6 @@ runs:
|
||||
homedir="$(getent passwd $(id -u) | cut -d ":" -f 6)"
|
||||
export GOCACHE=${homedir}/.cache/go-build
|
||||
export GOPATH=${homedir}/go
|
||||
export GOPRIVATE=github.com/edgelesssys
|
||||
export GOMODCACHE=${homedir}/.cache/go-mod
|
||||
pseudoVersion=$(go run .)
|
||||
semanticVersion=$(go run . -semantic-version)
|
||||
|
1
.github/workflows/test-integration.yml
vendored
1
.github/workflows/test-integration.yml
vendored
@ -20,7 +20,6 @@ jobs:
|
||||
integration-test:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GOPRIVATE: github.com/edgelesssys/*
|
||||
CTEST_OUTPUT_ON_FAILURE: True
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
2
.github/workflows/test-lint.yml
vendored
2
.github/workflows/test-lint.yml
vendored
@ -24,8 +24,6 @@ jobs:
|
||||
golangci:
|
||||
name: lint
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GOPRIVATE: github.com/edgelesssys/*
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
||||
|
2
.github/workflows/test-unittest.yml
vendored
2
.github/workflows/test-unittest.yml
vendored
@ -20,7 +20,6 @@ jobs:
|
||||
test-linux:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GOPRIVATE: github.com/edgelesssys/*
|
||||
CTEST_OUTPUT_ON_FAILURE: True
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -45,7 +44,6 @@ jobs:
|
||||
test-darwin:
|
||||
runs-on: macos-12
|
||||
env:
|
||||
GOPRIVATE: github.com/edgelesssys/*
|
||||
CTEST_OUTPUT_ON_FAILURE: True
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user