it can't run bash directly.

This commit is contained in:
Erica Portnoy 2020-07-13 18:14:00 -07:00
parent 2c6eb76009
commit 79cdd47bf2
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,3 @@
#!/bin/sh -e
/bin/bash

View file

@ -8,7 +8,7 @@ adopt-info: certbot-dns-dnsimple
apps:
bash:
command: bash
command: run-bash
parts:
certbot-dns-dnsimple:
@ -31,6 +31,10 @@ parts:
override-pull: |
snapcraftctl pull
mkdir $SNAPCRAFT_PART_SRC/certbot-exec
test:
plugin: dump
source: .
stage: [run-bash]
slots:
certbot: