Skip to content

Commit

Permalink
Merge pull request apache#7 from riskive/fix-drone
Browse files Browse the repository at this point in the history
Fix Drone ZFE-74262
  • Loading branch information
rguerraZero committed Aug 17, 2023
2 parents f17d52f + 6c7c4e4 commit a4f7565
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
kind: pipeline
type: docker
name: terra

steps:
Expand All @@ -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
- make -C .terra/ validate
8 changes: 8 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: superset-external
annotations:
zerofox.com/pillar: Protection
spec:
lifecycle: production

0 comments on commit a4f7565

Please sign in to comment.