summaryrefslogtreecommitdiffstats
path: root/tests/roles/cli/tasks/from.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roles/cli/tasks/from.yaml')
-rw-r--r--tests/roles/cli/tasks/from.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/roles/cli/tasks/from.yaml b/tests/roles/cli/tasks/from.yaml
deleted file mode 100644
index e694b10..0000000
--- a/tests/roles/cli/tasks/from.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
----
-- name: buildah from pull
- command: buildah from --pull nginx
-
-- name: buildah from pull always
- command: buildah from --pull-always nginx
-
-- name: buildah from with name
- command: buildah from --name nginx nginx
-
-- name: clean from testings
- command: buildah delete nginx nginx-working-container nginx-working-container-2