Skip to content

Commit

Permalink
Fixed operator-sdk path for script
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekdwivedi3060 committed Sep 5, 2024
1 parent 3210d9a commit 6dff1f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ pipeline {

environment {
GOPATH="/var/lib/jenkins/go"
PATH="${GOPATH}/bin:/usr/local/bin:${env.PATH}"
GO_REPO_ROOT="${env.GOPATH}/src/github.com"
GO_REPO="${env.GO_REPO_ROOT}/aerospike-kubernetes-operator"
PATH="${GOPATH}/bin:/usr/local/bin:${env.PATH}:${GO_REPO}/bin"
DOCKER_REGISTRY="docker.io"
DOCKER_ACCOUNT="aerospike"
OPERATOR_NAME = "aerospike-kubernetes-operator"
Expand Down
2 changes: 0 additions & 2 deletions config/samples/aerospikebackupservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ spec:
test-policy:
parallel: 3
remove-files: KeepAll
type: 1
test-policy1:
parallel: 3
remove-files: KeepAll
type: 1
storage:
local:
path: /localStorage
Expand Down

0 comments on commit 6dff1f7

Please sign in to comment.