Browse Source

minor changes

main
Nicolas Massé 2 months ago
parent
commit
c11eface29
  1. 2
      tekton/common/task-flightctl-update-digest.yaml

2
tekton/common/task-flightctl-update-digest.yaml

@ -61,7 +61,7 @@ spec:
flightctl --config-dir $(workspaces.flightctl-config.path) version flightctl --config-dir $(workspaces.flightctl-config.path) version
echo echo
echo "---> config file" echo "---> config file"
ls -lZ $(workspaces.flightctl-config.path) ls -lL $(workspaces.flightctl-config.path)
echo echo
# List fleets matching the label selector and update their image to the new digest # List fleets matching the label selector and update their image to the new digest

Loading…
Cancel
Save