other stings

This commit is contained in:
2023-01-12 20:53:46 +01:00
parent 536c0c4ddc
commit 07d7f45e64
3 changed files with 94 additions and 1 deletions

View File

@@ -46,6 +46,15 @@ spec:
description: Digest of the image just built.
steps:
- name: debug
workingDir: $(workspaces.source.path)
image: bash
script: |
#!/usr/bin/env bash
export
pwd
mount
ls -al
- name: build-and-push
workingDir: $(workspaces.source.path)
image: $(params.BUILDER_IMAGE)