Skip to content

Commit 211d847

Browse files
committed
remove debugging statements
1 parent 38ba5ae commit 211d847

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/packaging/project/gha-main.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env bash
22
set -xeuo pipefail
33
DISTRO="$1"
4-
env
54
cd local
65
git fetch --unshallow --tags --no-recurse-submodules
76
git submodule update --init

.github/packaging/project/test/gha-test-main.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
set -xeuo pipefail
33
DISTRO="$1"
44
REPO_NAME="$2"
5-
env
65
git fetch --unshallow --tags --no-recurse-submodules
76
.github/packaging/common/example-test.sh "$DISTRO" "$REPO_NAME"

0 commit comments

Comments
 (0)