Skip to content

Conversation

tphoney
Copy link
Contributor

@tphoney tphoney commented Aug 25, 2021

➜  drone-cli git:(re-enable_format) ✗ release/linux/amd64/drone jsonnet --source=bla.jsonnet  --format --stdout=true
kind: pipeline
name: default
platform:
  arch: amd64
  os: linux
  prune: false
steps:
- image: alpine:latest
  name: test
  pull: always
  settings:
    config: policy.yml
    project: test-dev
    prune: false
    set_env_vars:
      prune: false
➜  drone-cli git:(re-enable_format) ✗ release/linux/amd64/drone jsonnet --source=bla.jsonnet  --stdout=true
{
   "kind": "pipeline",
   "name": "default",
   "platform": {
      "arch": "amd64",
      "os": "linux",
      "prune": false
   },
   "steps": [
      {
         "image": "alpine:latest",
         "name": "test",
         "pull": "always",
         "settings": {
            "config": "policy.yml",
            "project": "test-dev",
            "prune": false,
            "set_env_vars": {
               "prune": false
            }
         }
      }
   ]
}

@tphoney tphoney added the bug label Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants