build-deb.sh in conjur-cli-5.6.6 vs build-deb.sh in conjur-cli-6.0.0.rc1
- old
+ new
@@ -1,12 +1,10 @@
#!/bin/bash -ex
export DEBUG=true
export GLI_DEBUG=true
-if [[ "$(id -un)" == "jenkins" ]]; then
- docker run -i --rm -v $PWD:/src -w /src alpine/git clean -fxd
-fi
+debify clean
docker build -t conjur-cli-fpm -f Dockerfile.fpm .
docker build -t conjur-cli-validate-packaging -f Dockerfile.validate-packaging .
mkdir -p tmp/deb