Skip to content

Commit 850f1a6

Browse files
committed
fix: ci files clean up
1 parent bdce223 commit 850f1a6

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
container:
1111
image: golang:1.19-bullseye
12-
env:
13-
FOO: Bar
14-
REVISION: $GITHUB_SHA
15-
# ports:
16-
# - 80
17-
# volumes:
18-
# - my_docker_volume:/volume_mount
19-
# options: --cpus 1
2012
steps:
2113
- uses: actions/checkout@v3
2214
- name: install deps

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
container:
1313
image: mcr.microsoft.com/dotnet/sdk:6.0
14-
env:
15-
FOO: Bar
16-
REVISION: $GITHUB_SHA
17-
needs: build
1814
outputs:
1915
semVer: ${{ steps.gitversion.outputs.semVer }}
2016
steps:
@@ -39,12 +35,6 @@ jobs:
3935
image: golang:1.19-bullseye
4036
env:
4137
FOO: Bar
42-
REVISION: $GITHUB_SHA
43-
# ports:
44-
# - 80
45-
# volumes:
46-
# - my_docker_volume:/volume_mount
47-
# options: --cpus 1
4838
needs: set-deps-dotnet-poop-here
4939
env:
5040
SEMVER: ${{ needs.set-deps-dotnet-poop-here.outputs.semVer }}

0 commit comments

Comments
 (0)