Skip to content

Commit 1255004

Browse files
authored
Jenkins cleanup - Part 2 (#338)
1 parent 4791a28 commit 1255004

File tree

14 files changed

+27
-548
lines changed

14 files changed

+27
-548
lines changed

.ci/bump-golang.yml renamed to .buildkite/bump-golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ targets:
9898
sourceid: latestGoVersion
9999
scmid: githubConfig
100100
spec:
101-
command: .ci/bump-go-release-version.sh
101+
command: .buildkite/bump-go-release-version.sh
102102
environments:
103103
- name: PATH

.ci/fpm.groovy

Lines changed: 0 additions & 105 deletions
This file was deleted.

.ci/jobs/defaults.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.ci/llvm-apple.groovy

Lines changed: 0 additions & 121 deletions
This file was deleted.

.ci/scripts/buildx.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/bump-golang/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
vaultUrl: ${{ inputs.vaultUrl }}
3030
vaultRoleId: ${{ inputs.vaultRoleId }}
3131
vaultSecretId: ${{ inputs.vaultSecretId }}
32-
pipeline: ./.ci/bump-golang.yml
32+
pipeline: ./.buildkite/bump-golang.yml
3333
env:
3434
BRANCH: ${{ inputs.branch }}
3535
GO_MINOR: ${{ inputs.go-minor }}

0 commit comments

Comments
 (0)