Skip to content

Commit

Permalink
env variable is wrong (kyma-project#1883)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Roth authored Jan 3, 2020
1 parent 44d44fb commit e3fcdb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions prow/jobs/scans/whitesource-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ periodics:
- "bash"
args:
- "-c"
- "${KYMA_PROJECT_DIR}/test-infra/prow/scripts/cluster-integration/helpers/start-wssagent.sh"
- "${GITHUB_ORG_DIR}/test-infra/prow/scripts/cluster-integration/helpers/start-wssagent.sh"
env:
- name : PROJECTNAME
value: kyma
Expand Down Expand Up @@ -67,7 +67,7 @@ periodics:
- "bash"
args:
- "-c"
- "${KYMA_PROJECT_DIR}/test-infra/prow/scripts/cluster-integration/helpers/start-wssagent.sh"
- "${GITHUB_ORG_DIR}/test-infra/prow/scripts/cluster-integration/helpers/start-wssagent.sh"
env:
- name : PROJECTNAME
value: console
Expand Down Expand Up @@ -103,7 +103,7 @@ periodics:
- "bash"
args:
- "-c"
- "${KYMA_PROJECT_DIR}/test-infra/prow/scripts/cluster-integration/helpers/start-wssagent.sh"
- "${GITHUB_ORG_DIR}/test-infra/prow/scripts/cluster-integration/helpers/start-wssagent.sh"
env:
- name : PROJECTNAME
value: cli
Expand Down Expand Up @@ -139,7 +139,7 @@ periodics:
- "bash"
args:
- "-c"
- "${KYMA_PROJECT_DIR}/test-infra/prow/scripts/cluster-integration/helpers/start-wssagent.sh"
- "${GITHUB_ORG_DIR}/test-infra/prow/scripts/cluster-integration/helpers/start-wssagent.sh"
env:
- name : PROJECTNAME
value: helm-broker
Expand Down Expand Up @@ -175,7 +175,7 @@ periodics:
- "bash"
args:
- "-c"
- "${KYMA_PROJECT_DIR}/test-infra/prow/scripts/cluster-integration/helpers/start-wssagent.sh"
- "${GITHUB_ORG_DIR}/test-infra/prow/scripts/cluster-integration/helpers/start-wssagent.sh"
env:
- name : PROJECTNAME
value: rafter
Expand Down Expand Up @@ -211,7 +211,7 @@ periodics:
- "bash"
args:
- "-c"
- "${KYMA_PROJECT_DIR}/test-infra/prow/scripts/cluster-integration/helpers/start-wssagent.sh"
- "${GITHUB_ORG_DIR}/test-infra/prow/scripts/cluster-integration/helpers/start-wssagent.sh"
env:
- name : PROJECTNAME
value: compass
Expand Down
2 changes: 1 addition & 1 deletion templates/templates/whitesource-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ periodics:
- "bash"
args:
- "-c"
- "${KYMA_PROJECT_DIR}/test-infra/prow/scripts/cluster-integration/helpers/start-wssagent.sh"
- "${GITHUB_ORG_DIR}/test-infra/prow/scripts/cluster-integration/helpers/start-wssagent.sh"
env:
- name : PROJECTNAME
value: {{ .name }}
Expand Down

0 comments on commit e3fcdb9

Please sign in to comment.