Skip to content

Commit

Permalink
update terra drone config
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
  • Loading branch information
ehazlett committed Dec 2, 2019
1 parent e99d106 commit 0e7f562
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone-terra.yml
Expand Up @@ -9,7 +9,8 @@ platform:
steps:
- name: build
commands:
- sudo -u $USER /bin/sh -c "make PACKAGE_DIR=$PACKAGE_DIR terra"
- ls -lah .
- sudo -u $USER /bin/sh -c "make PACKAGE_DIR=$PACKAGE_DIR terra"
environment:
PACKAGE_DIR:
from_secret: package_dir
Expand Down

0 comments on commit 0e7f562

Please sign in to comment.