We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00b835 commit c9cfad8Copy full SHA for c9cfad8
_ci-linux-debian.sh
@@ -6,6 +6,10 @@
6
# shellcheck disable=SC3040,SC2039
7
set -o xtrace -o errexit -o nounset; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o pipefail
8
9
+ whoami
10
+ id
11
+ ls -l
12
+
13
cat /etc/*-release
14
15
export DEBIAN_FRONTEND='noninteractive'
appveyor.yml
@@ -65,6 +65,8 @@ build_script:
65
sudo apt-get -o Dpkg::Use-Pty=0 install -y --no-install-suggests --no-install-recommends podman uidmap fuse-overlayfs dbus-user-session
66
export CW_CONFIG="${APPVEYOR_REPO_BRANCH}-werror-win"
67
. ./_versions.sh
68
69
70
ls -l
71
sudo loginctl enable-linger 1000
72
sudo podman image trust set --type reject default
0 commit comments