diff --git a/certbot-dns-dnsimple/run-bash b/certbot-dns-dnsimple/run-bash new file mode 100644 index 000000000..15df3bc30 --- /dev/null +++ b/certbot-dns-dnsimple/run-bash @@ -0,0 +1,3 @@ +#!/bin/sh -e + +/bin/bash diff --git a/certbot-dns-dnsimple/snap/snapcraft.yaml b/certbot-dns-dnsimple/snap/snapcraft.yaml index 832268ae1..51ae53f6a 100644 --- a/certbot-dns-dnsimple/snap/snapcraft.yaml +++ b/certbot-dns-dnsimple/snap/snapcraft.yaml @@ -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: