Skip to content

Commit ba73ea3

Browse files
authored
Removing unnecessary environment variable (#17)
1 parent e416f78 commit ba73ea3

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

scripts/openshiftci-presubmit-all-tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export CI="prow"
1212
go mod vendor
1313

1414
export PATH="$PATH:$(pwd)"
15-
export ARTIFACTS_DIR="/tmp/artifacts"
1615

1716
# Reference e2e test(s)
1817
echo "Please reference the E2E test script(s) here"

scripts/openshiftci-presubmit-unittests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ set -e
55
# show commands
66
set -x
77

8-
export ARTIFACTS_DIR="/tmp/artifacts"
9-
export CUSTOM_HOMEDIR=$ARTIFACTS_DIR
108
export PATH=$PATH:$GOPATH/bin
119

1210
go env

0 commit comments

Comments
 (0)