diff --git a/.drone.yml b/.drone.yml index 1db1a5f3523d..bc4da92348b0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,6 @@ --- kind: pipeline +type: docker name: terra steps: @@ -19,5 +20,4 @@ steps: - mkdir ~/.ssh && echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519 && chmod 0600 ~/.ssh/id_ed25519 - ssh-keyscan -H github.com >> ~/.ssh/known_hosts - make -C .terra/ init - - make -C .terra/ validate - - make -C .terra/ plan \ No newline at end of file + - make -C .terra/ validate \ No newline at end of file diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 000000000000..b4db598b4f52 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,8 @@ +apiVersion: backstage.io/v1alpha1 +kind: System +metadata: + name: superset-external + annotations: + zerofox.com/pillar: Protection +spec: + lifecycle: production