Skip to content

Commit

Permalink
XXX validate local container
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Mar 18, 2024
1 parent 2343a17 commit abf94f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions tasks/container/cockpit-tasks
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
# pwned

set -eux

Expand Down
4 changes: 4 additions & 0 deletions test/test_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import shutil
import ssl
import subprocess
import sys
import textwrap
import time
import urllib.request
Expand All @@ -29,6 +30,9 @@
GHAPI_URL_POD = 'http://127.0.0.7:8443'


sys.stderr.write(f"XXXXX using TASKS_IMAGE {TASKS_IMAGE}\n")


#
# Deployment configuration and secrets (global, session scope)
#
Expand Down

0 comments on commit abf94f9

Please sign in to comment.