Skip to content

Commit e4193c9

Browse files
committed
test commit
1 parent 166f3df commit e4193c9

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.cirrus.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,6 @@ env:
6767
# Default timeout for each task
6868
timeout_in: 60m
6969

70-
71-
gcp_credentials: ENCRYPTED[a28959877b2c9c36f151781b0a05407218cda646c7d047fc556e42f55e097e897ab63ee78369dae141dcf0b46a9d0cdd]
72-
73-
aws_credentials: ENCRYPTED[4ca070bffe28eb9b27d63c568b52970dd46f119c3a83b8e443241e895dbf1737580b4d84eed27a311a2b74287ef9f79f]
74-
75-
7670
# N/B: This matrix of build tasks are critical to CI, along with the following
7771
# aarch64 task. They build binaries for all CI platforms, and versions. On
7872
# success, the contents of the repository are preserved as an artifact for

cmd/podman/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import (
2929
)
3030

3131
func main() {
32+
fmt.Printf("#### main ####")
3233
if reexec.Init() {
3334
// We were invoked with a different argv[0] indicating that we
3435
// had a specific job to do as a subprocess, and it's done.

0 commit comments

Comments
 (0)