Skip to content

Commit 55245d4

Browse files
committed
scripts/ci-runner.sh: rm unused variables
Those are not used anywhere in the script. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 716dbfa commit 55245d4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/ci-runner.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
set -e
33
set -o pipefail
44

5-
PROJ="go-systemd"
6-
ORG_PATH="github.com/coreos"
7-
REPO_PATH="${ORG_PATH}/${PROJ}"
8-
95
PACKAGES="activation daemon dbus internal/dlopen journal login1 machine1 sdjournal unit util import1"
106
EXAMPLES="activation listen udpconn"
117

0 commit comments

Comments
 (0)