mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-20 03:52:24 -05:00
CI: Remove GOPRIVATE from actions
This commit is contained in:
parent
c8b22e87e3
commit
979164ab37
5 changed files with 0 additions and 7 deletions
1
.github/actions/build_debugd/action.yml
vendored
1
.github/actions/build_debugd/action.yml
vendored
|
|
@ -20,7 +20,6 @@ runs:
|
||||||
cmake ..
|
cmake ..
|
||||||
export GOCACHE=${homedir}/.cache/go-build
|
export GOCACHE=${homedir}/.cache/go-build
|
||||||
export GOPATH=${homedir}/go
|
export GOPATH=${homedir}/go
|
||||||
export GOPRIVATE=github.com/edgelesssys
|
|
||||||
export GOMODCACHE=${homedir}/.cache/go-mod
|
export GOMODCACHE=${homedir}/.cache/go-mod
|
||||||
make debugd
|
make debugd
|
||||||
mv -n debugd "${{ inputs.outputPath }}"
|
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)"
|
homedir="$(getent passwd $(id -u) | cut -d ":" -f 6)"
|
||||||
export GOCACHE=${homedir}/.cache/go-build
|
export GOCACHE=${homedir}/.cache/go-build
|
||||||
export GOPATH=${homedir}/go
|
export GOPATH=${homedir}/go
|
||||||
export GOPRIVATE=github.com/edgelesssys
|
|
||||||
export GOMODCACHE=${homedir}/.cache/go-mod
|
export GOMODCACHE=${homedir}/.cache/go-mod
|
||||||
pseudoVersion=$(go run .)
|
pseudoVersion=$(go run .)
|
||||||
semanticVersion=$(go run . -semantic-version)
|
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:
|
integration-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
GOPRIVATE: github.com/edgelesssys/*
|
|
||||||
CTEST_OUTPUT_ON_FAILURE: True
|
CTEST_OUTPUT_ON_FAILURE: True
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
2
.github/workflows/test-lint.yml
vendored
2
.github/workflows/test-lint.yml
vendored
|
|
@ -24,8 +24,6 @@ jobs:
|
||||||
golangci:
|
golangci:
|
||||||
name: lint
|
name: lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
|
||||||
GOPRIVATE: github.com/edgelesssys/*
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
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:
|
test-linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
GOPRIVATE: github.com/edgelesssys/*
|
|
||||||
CTEST_OUTPUT_ON_FAILURE: True
|
CTEST_OUTPUT_ON_FAILURE: True
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -45,7 +44,6 @@ jobs:
|
||||||
test-darwin:
|
test-darwin:
|
||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
env:
|
env:
|
||||||
GOPRIVATE: github.com/edgelesssys/*
|
|
||||||
CTEST_OUTPUT_ON_FAILURE: True
|
CTEST_OUTPUT_ON_FAILURE: True
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue