From 6424254363d9c5d68d942eb00d0acc3496b1a8cf Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 2 Dec 2020 13:34:10 -0300 Subject: Rename container -> scripts/with-container.sh --- scripts/ci-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/ci-build.sh') diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh index 2da3a63..f3c86d2 100755 --- a/scripts/ci-build.sh +++ b/scripts/ci-build.sh @@ -36,5 +36,5 @@ pushd "$CLONE" git config --global user.email git@euandre.org git config --global user.name 'EuAndreh CI' -./container make check site -./container make publish +./scripts/with-container.sh make check site +./scripts/with-container.sh make publish -- cgit v1.2.3