Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2020-06-18 00:41:11 +0300
committerGitHub <noreply@github.com>2020-06-18 00:41:11 +0300
commit3c4b922197b02e6e8c3739c8c9b9040dcd13a3bd (patch)
tree3826f68d2d3b2cf82e18306d242cdd7f683399b5 /snap
parent0bb1f0b2ced2ac073471d44a2837706e3910e002 (diff)
Remove the need for TRAVIS to be set. (#8084)
I initially added this when the script was doing things like migrating all LXD containers to the snap. I think the external side effects are now pretty minimal thought so I think we can remove the need for this environment variable which makes it easier to use outside of CI for manual testing.
Diffstat (limited to 'snap')
-rwxr-xr-xsnap/local/build_and_install.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/snap/local/build_and_install.sh b/snap/local/build_and_install.sh
index b5883bc8a..e51e6770c 100755
--- a/snap/local/build_and_install.sh
+++ b/snap/local/build_and_install.sh
@@ -5,11 +5,6 @@
# Usage: build_and_install.sh [amd64,arm64,armhf]
set -ex
-if [[ -z "${TRAVIS}" ]]; then
- echo "This script makes global changes to the system it is run on so should only be run in CI."
- exit 1
-fi
-
SNAP_ARCH=$1
if [[ -z "${SNAP_ARCH}" ]]; then