Skip to content

Commit abf94f9

Browse files
committed
XXX validate local container
1 parent 2343a17 commit abf94f9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: tasks/container/cockpit-tasks

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
2+
# pwned
23

34
set -eux
45

Diff for: test/test_deployment.py

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import shutil
55
import ssl
66
import subprocess
7+
import sys
78
import textwrap
89
import time
910
import urllib.request
@@ -29,6 +30,9 @@
2930
GHAPI_URL_POD = 'http://127.0.0.7:8443'
3031

3132

33+
sys.stderr.write(f"XXXXX using TASKS_IMAGE {TASKS_IMAGE}\n")
34+
35+
3236
#
3337
# Deployment configuration and secrets (global, session scope)
3438
#

0 commit comments

Comments
 (0)