1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-11-29 22:48:19 +02:00

Move docker dep commands to earlier in the build

This will let Docker cache the results of the vendor dependencies.
Making re-builds during testing faster.

Also clean-up spurious test & rm in ./configure
This commit is contained in:
Daniel Kimsey
2019-07-11 17:18:07 -05:00
parent d7e88a4718
commit 816c2a6da9
5 changed files with 14 additions and 6 deletions

4
configure vendored
View File

@@ -116,9 +116,7 @@ check_go_env() {
cd ${0%/*}
if [ ! -f .env ]; then
rm .env
fi
rm -fv .env
check_for make
check_for awk